Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
Bump version to 0.5.0 to separate it from the failed 0.4 versions.
  • Loading branch information
Juici committed Jul 22, 2019
1 parent a8f9ed7 commit d2bbe07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wchar"
version = "0.4.1"
version = "0.5.0"
authors = ["Juici <[email protected]>"]
description = "Procedural macros for compile time UTF-16 strings"
edition = "2018"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion wchar-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wchar-impl"
version = "0.4.1"
version = "0.5.0"
authors = ["Juici <[email protected]>"]
description = "Internal implementation of wchar using proc-macro-hack"
edition = "2018"
Expand Down

0 comments on commit d2bbe07

Please sign in to comment.