mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
Merge branch 'libp2p/v0.40' into master (#2324)
* *: Prepare v0.40.0 release (#2323) * Cargo.toml: Remove rc suffix
This commit is contained in:
@@ -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)
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user