Skip to content

Commit d2bbe07

Browse files
committed
Bump version to 0.5.0
Bump version to 0.5.0 to separate it from the failed 0.4 versions.
1 parent a8f9ed7 commit d2bbe07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wchar"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Juici <juicy66173@gmail.com>"]
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 = { version = "0.4.1", path = "./wchar-impl" }
22+
wchar-impl = { version = "0.5.0", path = "./wchar-impl" }
2323
proc-macro-hack = "0.5"
2424

2525
[dev-dependencies]

wchar-impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wchar-impl"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Juici <juicy66173@gmail.com>"]
55
description = "Internal implementation of wchar using proc-macro-hack"
66
edition = "2018"

0 commit comments

Comments
 (0)