Skip to content

Commit

Permalink
Prepare for publishing 0.4.1
Browse files Browse the repository at this point in the history
Bump version to 0.4.1 and change description of impl crate.
  • Loading branch information
Juici committed Jul 22, 2019
1 parent 1f0f29f commit 3e8178f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0"
version = "0.4.1"
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 = { path = "./wchar-impl", version = "0.4.0" }
wchar-impl = { version = "0.4.1", path = "./wchar-impl" }
proc-macro-hack = "0.5"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions wchar-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "wchar-impl"
version = "0.4.0"
version = "0.4.1"
authors = ["Juici <[email protected]>"]
description = "Procedural macros for compile time UTF-16 strings"
description = "Internal implementation of wchar using proc-macro-hack"
edition = "2018"

documentation = "https://docs.rs/wchar"
Expand Down

0 comments on commit 3e8178f

Please sign in to comment.