Skip to content

Commit

Permalink
Prepare scarb-metadata release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed May 2, 2023
1 parent df66224 commit 25f716a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scarb-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scarb-metadata"
version = "1.1.0"
version = "1.2.0"
rust-version.workspace = true
edition.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion scarb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ itertools.workspace = true
once_cell.workspace = true
pathdiff.workspace = true
petgraph.workspace = true
scarb-metadata = { version = "1.1.0", path = "../scarb-metadata", default-features = false, features = ["builder"] }
scarb-metadata = { version = "1.2.0", path = "../scarb-metadata", default-features = false, features = ["builder"] }
semver.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 25f716a

Please sign in to comment.