Skip to content

Commit

Permalink
fix dependencies for doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfraem committed Nov 28, 2024
1 parent 4b06bff commit 9e02cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions identity_iota/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ identity_storage = { version = "=1.4.0", path = "../identity_storage", default-f
identity_verification = { version = "=1.4.0", path = "../identity_verification", default-features = false }

[dev-dependencies]
# required for doc test
anyhow = "1.0.64"
identity_iota = { version = "=1.4.0", path = "./", features = ["memstore"] }
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", rev = "39c83ddcf07894cdee2abd146381d8704205e6e9" }
rand = "0.8.5"
tokio = { version = "1.29.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion identity_iota/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ version = "1.0.0"
edition = "2021"

[dependencies]
identity_iota = { git = "https://github.com/iotaledger/identity.rs.git", tag = "v1.6.0-alpha" }
identity_iota = { git = "https://github.com/iotaledger/identity.rs.git", tag = "v1.6.0-alpha", features = ["memstore"] }
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v0.7.0-alpha" }
tokio = { version = "1", features = ["full"] }
anyhow = "1.0.62"
Expand Down

0 comments on commit 9e02cee

Please sign in to comment.