diff --git a/staged-builder-internals/Cargo.toml b/staged-builder-internals/Cargo.toml index c84ff83..26efd5a 100644 --- a/staged-builder-internals/Cargo.toml +++ b/staged-builder-internals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staged-builder-internals" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Internal implementation details for staged-builder. Do not use directly." diff --git a/staged-builder/Cargo.toml b/staged-builder/Cargo.toml index 6de2dd5..f94c879 100644 --- a/staged-builder/Cargo.toml +++ b/staged-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staged-builder" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" description = "A proc macro which generates staged builders for types." @@ -9,4 +9,4 @@ categories = ["no-std"] keywords = ["builder", "staged", "telescopic"] [dependencies] -staged-builder-internals = { version = "0.1.0", path = "../staged-builder-internals" } +staged-builder-internals = { version = "0.1.1", path = "../staged-builder-internals" }