Fix merge typos

This commit is contained in:
folex 2021-03-05 15:22:21 +03:00
parent 4d6478a38e
commit 372ef232bd
3 changed files with 5 additions and 5 deletions

View File

@ -14,8 +14,8 @@ name = "libp2p_identify"
[dependencies] [dependencies]
futures = "0.3.1" futures = "0.3.1"
libp2p-core = { version = "0.27.1", path = "../../core", package = "fluence-fork-libp2p-core" } libp2p-core = { version = "0.27.0", path = "../../core", package = "fluence-fork-libp2p-core" }
libp2p-swarm = { version = "0.28.1", path = "../../swarm", package = "fluence-fork-libp2p-swarm" } libp2p-swarm = { version = "0.28.0", path = "../../swarm", package = "fluence-fork-libp2p-swarm" }
log = "0.4.1" log = "0.4.1"
prost = "0.7" prost = "0.7"
smallvec = "1.0" smallvec = "1.0"

View File

@ -19,8 +19,8 @@ dns-parser = "0.8.0"
futures = "0.3.13" futures = "0.3.13"
if-watch = "0.2.0" if-watch = "0.2.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
libp2p-core = { version = "0.27.1", path = "../../core", package = "fluence-fork-libp2p-core" } libp2p-core = { version = "0.27.0", path = "../../core", package = "fluence-fork-libp2p-core" }
libp2p-swarm = { version = "0.28.1", path = "../../swarm", package = "fluence-fork-libp2p-swarm" } libp2p-swarm = { version = "0.28.0", path = "../../swarm", package = "fluence-fork-libp2p-swarm" }
log = "0.4.14" log = "0.4.14"
rand = "0.8.3" rand = "0.8.3"
smallvec = "1.6.1" smallvec = "1.6.1"

View File

@ -31,7 +31,7 @@ tokio = ["tokio-crate", "if-addrs"]
async-io = ["async-io-crate", "if-watch"] async-io = ["async-io-crate", "if-watch"]
[dev-dependencies] [dev-dependencies]
async-std = { version = "1.6.5", features = ["attributes"], package = "fluence-fork-libp2p-tcp" } async-std = { version = "1.6.5", features = ["attributes"] }
tokio-crate = { package = "tokio", version = "1.0.1", default-features = false, features = ["net", "rt"] } tokio-crate = { package = "tokio", version = "1.0.1", default-features = false, features = ["net", "rt"] }
env_logger = "0.8.2" env_logger = "0.8.2"