ssh => https

This commit is contained in:
folex 2020-05-19 21:45:41 +03:00
parent 27c30a9f2d
commit d78805364d
3 changed files with 3 additions and 2 deletions

View File

@ -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,

View File

@ -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" }

View File

@ -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"),