We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722762c commit 34671d6Copy full SHA for 34671d6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wchar"
3
-version = "0.10.0"
+version = "0.10.1"
4
authors = ["Juici <juicy66173@gmail.com>"]
5
description = "Procedural macros for compile time UTF-16 strings"
6
edition = "2018"
@@ -18,7 +18,6 @@ default = []
18
unstable = ["wchar-impl/unstable"]
19
20
[dependencies]
21
-cfg-if = "1.0.0"
22
wchar-impl = { version = "0.10.0", path = "impl" }
23
24
[dev-dependencies]
0 commit comments