File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wchar"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [
" Juici <[email protected] >" ]
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 = { path = " ./wchar-impl " , version = " 0.4.0 " }
22
+ wchar-impl = { version = " 0.4.1 " , 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.0 "
3
+ version = " 0.4.1 "
4
4
authors = [
" Juici <[email protected] >" ]
5
- description = " Procedural macros for compile time UTF-16 strings "
5
+ description = " Internal implementation of wchar using proc-macro-hack "
6
6
edition = " 2018"
7
7
8
8
documentation = " https://docs.rs/wchar"
You can’t perform that action at this time.
0 commit comments