Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 11, 2024
1 parent 2511811 commit 49c0110
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[workspace]
resolver = "2"
members = ["staged-builder", "staged-builder-internals"]

[workspace.package]
version = "0.2.0"
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.2"
version = "0.2.0"
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.2"
version.workspace = true
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.2", path = "../staged-builder-internals" }
staged-builder-internals = { version = "0.2.0", path = "../staged-builder-internals" }

0 comments on commit 49c0110

Please sign in to comment.