From 34671d6982e5c6e2c736e823ddfcac438958a8b5 Mon Sep 17 00:00:00 2001 From: James Whaley Date: Fri, 14 May 2021 13:08:43 +0100 Subject: [PATCH] Remove cfg-if dependency --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 634abdb..18f3888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wchar" -version = "0.10.0" +version = "0.10.1" authors = ["Juici "] description = "Procedural macros for compile time UTF-16 strings" edition = "2018" @@ -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]