Merge branch 'libp2p/v0.40' into master (#2324)

* *: Prepare v0.40.0 release (#2323)

* Cargo.toml: Remove rc suffix
This commit is contained in:
Max Inden
2021-11-02 20:40:48 +01:00
committed by GitHub
parent 7c2253d89d
commit 012287ad1e
50 changed files with 97 additions and 115 deletions

View File

@@ -4,7 +4,7 @@
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
# 0.13.0-rc.1 [2021-10-15]
# 0.13.0 [2021-11-01]
- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)

View File

@@ -14,8 +14,8 @@ async-trait = "0.1"
bytes = "1"
futures = "0.3.1"
instant = "0.1.11"
libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false }
libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" }
libp2p-core = { version = "0.30.0", path = "../../core", default-features = false }
libp2p-swarm = { version = "0.31.0", path = "../../swarm" }
log = "0.4.11"
lru = "0.7"
rand = "0.7"