From d2bbe077924d708c1213e2b00cc3ebc5e694a464 Mon Sep 17 00:00:00 2001 From: James Whaley Date: Mon, 22 Jul 2019 12:57:27 +0100 Subject: [PATCH] Bump version to 0.5.0 Bump version to 0.5.0 to separate it from the failed 0.4 versions. --- Cargo.toml | 4 ++-- wchar-impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ccea937..dd46ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wchar" -version = "0.4.1" +version = "0.5.0" authors = ["Juici "] description = "Procedural macros for compile time UTF-16 strings" edition = "2018" @@ -19,7 +19,7 @@ travis-ci = { repository = "Juici/wchar-rs" } maintenance = { status = "passively-maintained" } [dependencies] -wchar-impl = { version = "0.4.1", path = "./wchar-impl" } +wchar-impl = { version = "0.5.0", path = "./wchar-impl" } proc-macro-hack = "0.5" [dev-dependencies] diff --git a/wchar-impl/Cargo.toml b/wchar-impl/Cargo.toml index 0309e43..ea7d138 100644 --- a/wchar-impl/Cargo.toml +++ b/wchar-impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wchar-impl" -version = "0.4.1" +version = "0.5.0" authors = ["Juici "] description = "Internal implementation of wchar using proc-macro-hack" edition = "2018"