Skip to content

Commit

Permalink
fix: Update internal deps (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 committed Mar 19, 2021
1 parent cbc81eb commit 93d1dfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion engine/snapshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ criterion = "0.3.3"

[dev-dependencies.stronghold-utils]
path = "../../utils"
version = "0.1"
version = "0.2"

[[bench]]
name = "benchmark"
Expand Down
4 changes: 2 additions & 2 deletions engine/vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0", features = [ "derive" ] }

[dependencies.runtime]
path = "../runtime"
version = "0.2"
version = "0.3"

[dependencies.iota-crypto]
git = "https://github.com/iotaledger/crypto.rs"
Expand All @@ -32,7 +32,7 @@ criterion = "0.3.3"

[dev-dependencies.stronghold-utils]
path = "../../utils"
version = "0.1"
version = "0.2"

[[bench]]
name = "benchmark"
Expand Down
2 changes: 1 addition & 1 deletion products/commandline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = {version = "1.0.114", features = ["derive"]}

[dependencies.iota-stronghold]
path = "../../client/"
version = "0.2"
version = "0.3"

[[bin]]
name = "stronghold"
Expand Down

0 comments on commit 93d1dfa

Please sign in to comment.