Use stock libp2p-dentity

This commit is contained in:
Ivan Boldyrev 2023-10-19 12:37:01 +04:00
parent ee63de8c71
commit d0b425c9c7
2 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,4 @@ members = [
]
[workspace.dependencies]
libp2p-identity = { version = "0.2.1", default-features = false }
[patch.crates-io]
libp2p-identity = { git = "https://github.com/fluencelabs/rust-libp2p.git", branch = "rand-feature" }
libp2p-identity = { version = "0.2.7", default-features = false }

View File

@ -31,6 +31,7 @@ thiserror = "1.0.23"
[dev-dependencies]
marine-rs-sdk-test = "0.9.1"
rusqlite = "0.28.0"
fluence-keypair = { version = "0.10.3", path = "../keypair", features = ["rand"] }
[build-dependencies]
marine-rs-sdk-test = "0.9.1"