Skip to content

Commit

Permalink
Testing Release v0.1.1-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Sep 20, 2024
1 parent 0a3d0ba commit f88a41e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions blueprint-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ libp2p = { workspace = true }
auto_impl = { workspace = true }
parking_lot = { workspace = true }
async-trait = { workspace = true }
failure = { workspace = true }

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-tangle"
version = "0.1.1-beta.5"
version = "0.1.1-beta.6"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
1 change: 1 addition & 0 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ rand = { workspace = true, features = ["alloc"] }
thiserror = { workspace = true }
structopt = { workspace = true }
url = { workspace = true, features = ["serde"] }
failure = { workspace = true }

# Keystore deps
ed25519-zebra = { workspace = true }
Expand Down

0 comments on commit f88a41e

Please sign in to comment.