diff --git a/Cargo.toml b/Cargo.toml index 3526f55..7cae47c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strung" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Dekirisu "] @@ -12,7 +12,7 @@ categories = ["value-formatting","rust-patterns"] documentation = "https://docs.rs/strung" [dependencies] -strung_derive = {version="0.1.0", optional=true} +strung_derive = {version="0.1.1", optional=true} [patch.crates-io] strung_derive = {path="./derive"} diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 9b18257..78c5be2 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strung_derive" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Dekirisu "]