diff --git a/Cargo.toml b/Cargo.toml index 6df4be3..cf8ceb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wchar" -version = "0.6.0" +version = "0.6.1" authors = ["Juici "] description = "Procedural macros for compile time UTF-16 strings" edition = "2018" @@ -22,7 +22,7 @@ maintenance = { status = "passively-maintained" } proc-macro-hack = "0.5" [dependencies.wchar-impl] -version = "0.6.0" +version = "0.6" path = "./wchar-impl" [dev-dependencies]