File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wchar"
3
- version = " 0.4.1 "
3
+ version = " 0.5.0 "
4
4
authors = [" Juici <juicy66173@gmail.com>" ]
5
5
description = " Procedural macros for compile time UTF-16 strings"
6
6
edition = " 2018"
@@ -19,7 +19,7 @@ travis-ci = { repository = "Juici/wchar-rs" }
19
19
maintenance = { status = " passively-maintained" }
20
20
21
21
[dependencies ]
22
- wchar-impl = { version = " 0.4.1 " , path = " ./wchar-impl" }
22
+ wchar-impl = { version = " 0.5.0 " , path = " ./wchar-impl" }
23
23
proc-macro-hack = " 0.5"
24
24
25
25
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wchar-impl"
3
- version = " 0.4.1 "
3
+ version = " 0.5.0 "
4
4
authors = [" Juici <juicy66173@gmail.com>" ]
5
5
description = " Internal implementation of wchar using proc-macro-hack"
6
6
edition = " 2018"
You can’t perform that action at this time.
0 commit comments