Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Juici committed Nov 4, 2019
1 parent 0afdc76 commit dc8edec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wchar"
version = "0.5.0"
version = "0.6.0"
authors = ["Juici <[email protected]>"]
description = "Procedural macros for compile time UTF-16 strings"
edition = "2018"
Expand All @@ -19,8 +19,11 @@ travis-ci = { repository = "Juici/wchar-rs" }
maintenance = { status = "passively-maintained" }

[dependencies]
wchar-impl = { version = "0.5.0", path = "./wchar-impl" }
proc-macro-hack = "0.5"

[dependencies.wchar-impl]
version = "0.6.0"
path = "./wchar-impl"

[dev-dependencies]
trybuild = "1.0"
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.5.0"
version = "0.6.0"
authors = ["Juici <[email protected]>"]
description = "Internal implementation of wchar using proc-macro-hack"
edition = "2018"
Expand Down

0 comments on commit dc8edec

Please sign in to comment.