Skip to content

Commit

Permalink
fix: native dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felsweg-iota committed Sep 13, 2022
1 parent 54df4f9 commit 1aff410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/native/Cargo.toml
Expand Up @@ -19,8 +19,8 @@ bench = false
[dependencies]
libc = "0.2.2"
thiserror = { version = "1.0.30" }
iota_stronghold = { package = "iota_stronghold", path = "../../client/", version = "0.8.0"}
engine = { package = "stronghold_engine", path = "../../engine", version = "0.5.3" }
iota_stronghold = { package = "iota_stronghold", path = "../../client/", version = "0.9.0"}
engine = { package = "stronghold_engine", path = "../../engine", version = "0.5.4" }
tokio = { version = "1.15.0", features = ["full"] }
base64 = { version = "0.13.0" }
iota-crypto = { version = "0.14.0", default-features = false, features = [
Expand Down

0 comments on commit 1aff410

Please sign in to comment.