Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 6, 2022
1 parent 1385058 commit cb89f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion staged-builder-internals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
4 changes: 2 additions & 2 deletions staged-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -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" }

0 comments on commit cb89f35

Please sign in to comment.