Skip to content

Commit

Permalink
Remove cfg-if dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Juici committed May 14, 2021
1 parent 722762c commit 34671d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wchar"
version = "0.10.0"
version = "0.10.1"
authors = ["Juici <[email protected]>"]
description = "Procedural macros for compile time UTF-16 strings"
edition = "2018"
Expand All @@ -18,7 +18,6 @@ default = []
unstable = ["wchar-impl/unstable"]

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

[dev-dependencies]
Expand Down

0 comments on commit 34671d6

Please sign in to comment.