Skip to content

Commit

Permalink
Merge branch 'update-iota-rs' into libjose-x25519-convert
Browse files Browse the repository at this point in the history
  • Loading branch information
l1h3r committed Apr 8, 2021
2 parents cc4b03f + 9560ba7 commit 2d98050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ wasm-bindgen-futures = { version = "0.4", default-features = false }

[dependencies.iota-core]
git = "https://github.com/iotaledger/iota.rs"
rev = "3201689a58e615b0b7ffb984b8ce46bff1546f9d"
rev = "41b627761b2aa3bea5ca909f8747c6f92035e78f"
default-features = false
features = ["async", "wasm"]

Expand Down
2 changes: 1 addition & 1 deletion identity-iota/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ thiserror = { version = "1.0", default-features = false }

[dependencies.iota-core]
git = "https://github.com/iotaledger/iota.rs"
rev = "3201689a58e615b0b7ffb984b8ce46bff1546f9d"
rev = "41b627761b2aa3bea5ca909f8747c6f92035e78f"
default-features = false
features = ["async", "wasm"]

Expand Down

0 comments on commit 2d98050

Please sign in to comment.