Skip to content

Commit 34671d6

Browse files
committed
Remove cfg-if dependency
1 parent 722762c commit 34671d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wchar"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Juici <juicy66173@gmail.com>"]
55
description = "Procedural macros for compile time UTF-16 strings"
66
edition = "2018"
@@ -18,7 +18,6 @@ default = []
1818
unstable = ["wchar-impl/unstable"]
1919

2020
[dependencies]
21-
cfg-if = "1.0.0"
2221
wchar-impl = { version = "0.10.0", path = "impl" }
2322

2423
[dev-dependencies]

0 commit comments

Comments
 (0)