Skip to content

Commit 3e8178f

Browse files
committed
Prepare for publishing 0.4.1
Bump version to 0.4.1 and change description of impl crate.
1 parent 1f0f29f commit 3e8178f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wchar"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Juici <[email protected]>"]
55
description = "Procedural macros for compile time UTF-16 strings"
66
edition = "2018"
@@ -19,7 +19,7 @@ travis-ci = { repository = "Juici/wchar-rs" }
1919
maintenance = { status = "passively-maintained" }
2020

2121
[dependencies]
22-
wchar-impl = { path = "./wchar-impl", version = "0.4.0" }
22+
wchar-impl = { version = "0.4.1", path = "./wchar-impl" }
2323
proc-macro-hack = "0.5"
2424

2525
[dev-dependencies]

wchar-impl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "wchar-impl"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Juici <[email protected]>"]
5-
description = "Procedural macros for compile time UTF-16 strings"
5+
description = "Internal implementation of wchar using proc-macro-hack"
66
edition = "2018"
77

88
documentation = "https://docs.rs/wchar"

0 commit comments

Comments
 (0)