Skip to content

Commit

Permalink
Update Cargo.toml to use iotasdks's develop branch instead of revision
Browse files Browse the repository at this point in the history
  • Loading branch information
wireless90 authored Jan 6, 2024
1 parent c4133b6 commit 64cedbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default = ["std"]
std = ["zeroize/std"]

[dependencies]
iota-sdk-bindings-core = { git = "https://github.com/iotaledger/iota-sdk.git", rev = "8f57f0c50f555b5e62f78ebf0177fc71b78f0396", default-features = false, features = [
iota-sdk-bindings-core = { git = "https://github.com/iotaledger/iota-sdk.git", branch = "develop", default-features = false, features = [
"events",
"rocksdb",
"ledger_nano",
Expand All @@ -36,4 +36,4 @@ once_cell = { version = "1.18.0", default-features = false }
serde_json = { version = "1.0.107", default-features = false }
tokio = { version = "1.32.0", default-features = false }
log = { version = "0.4.20", default-features = false }
zeroize = { version = "1.6.0", default-features = false }
zeroize = { version = "1.6.0", default-features = false }

0 comments on commit 64cedbf

Please sign in to comment.