mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 03:02:12 +00:00
ssh => https
This commit is contained in:
parent
27c30a9f2d
commit
d78805364d
@ -116,7 +116,7 @@ members = [
|
||||
"transports/wasm-ext"
|
||||
]
|
||||
|
||||
[patch.'ssh://git@github.com/fluencelabs/rust-libp2p.git']
|
||||
[patch.'https://github.com/fluencelabs/rust-libp2p']
|
||||
libp2p-core = { path = "core" }
|
||||
|
||||
# NOTE: this is required because trust-graph depends on libp2p-core,
|
||||
|
@ -31,7 +31,7 @@ void = "1.0"
|
||||
bs58 = "0.3.0"
|
||||
derivative = "2.0.2"
|
||||
|
||||
trust-graph = { git = "ssh://git@github.com/fluencelabs/fluence.git", branch = "libp2p_0.19.0" }
|
||||
trust-graph = { git = "https://github.com/fluencelabs/fluence", branch = "libp2p_0.19.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
libp2p-secio = { version = "0.19.0", path = "../secio" }
|
||||
|
@ -1,4 +1,5 @@
|
||||
// Copyright 2018 Parity Technologies (UK) Ltd.
|
||||
#![allow(clippy::needless_lifetimes)]
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a
|
||||
// copy of this software and associated documentation files (the "Software"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user