mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-04 23:30:19 +00:00
Use stock libp2p-dentity
This commit is contained in:
parent
ee63de8c71
commit
d0b425c9c7
@ -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 }
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user