Skip to content

Commit

Permalink
Merge pull request #453 from iotaledger/update/stronghold-1.0-release
Browse files Browse the repository at this point in the history
Update dependencies to local crates
  • Loading branch information
felsweg-iota authored Oct 18, 2022
2 parents d6afaf3 + bb38d95 commit 61884af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changes/major-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"iota-stronghold": patch
---

Update dependencies to pull version 1.0
2 changes: 1 addition & 1 deletion bindings/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bench = false
libc = "0.2.2"
thiserror = { version = "1.0.30" }
iota_stronghold = { package = "iota_stronghold", path = "../../client/", version = "1.0.0"}
engine = { package = "stronghold_engine", path = "../../engine", version = "0.5.4" }
engine = { package = "stronghold_engine", path = "../../engine", version = "1.0.0" }
tokio = { version = "1.15.0", features = ["full"] }
base64 = { version = "0.13.0" }
iota-crypto = { version = "0.15.1", default-features = false, features = [
Expand Down
6 changes: 3 additions & 3 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ hkdf = { version = "0.12" }
bincode = { version = "1.3" }
pin-project = { version = "1.0.10", optional = true }
futures = { version = "0.3.21", optional = true }
engine = { package = "stronghold_engine", path = "../engine", version = "0.5.3" }
stronghold_utils = { package = "stronghold-utils", path = "../utils/", version = "0.4.1" }
stronghold_derive = { package = "stronghold-derive", path = "../derive", version = "0.3.1" }
engine = { package = "stronghold_engine", path = "../engine", version = "1.0.0" }
stronghold_utils = { package = "stronghold-utils", path = "../utils/", version = "1.0.0" }
stronghold_derive = { package = "stronghold-derive", path = "../derive", version = "1.0.0" }
rust-argon2 = { version = "=1.0.0" }

[dev-dependencies]
Expand Down

0 comments on commit 61884af

Please sign in to comment.