Skip to content

Commit b814231

Browse files
authored
swarm-derive: Update to v0.24.0 (#2136)
1 parent b5c6fa6 commit b814231

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040

4141
# `libp2p` facade crate
4242

43+
## Version 0.39.1 [2021-07-12]
44+
45+
- Update individual crates.
46+
- `libp2p-swarm-derive`
47+
4348
## Version 0.39.0 [2021-07-12]
4449

4550
- Update individual crates.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libp2p"
33
edition = "2018"
44
description = "Peer-to-peer networking library"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Parity Technologies <[email protected]>"]
77
license = "MIT"
88
repository = "https://github.com/libp2p/rust-libp2p"
@@ -77,7 +77,7 @@ libp2p-pnet = { version = "0.21.0", path = "transports/pnet", optional = true }
7777
libp2p-relay = { version = "0.3.0", path = "protocols/relay", optional = true }
7878
libp2p-request-response = { version = "0.12.0", path = "protocols/request-response", optional = true }
7979
libp2p-swarm = { version = "0.30.0", path = "swarm" }
80-
libp2p-swarm-derive = { version = "0.23.0", path = "swarm-derive" }
80+
libp2p-swarm-derive = { version = "0.24.0", path = "swarm-derive" }
8181
libp2p-uds = { version = "0.29.0", path = "transports/uds", optional = true }
8282
libp2p-wasm-ext = { version = "0.29.0", path = "transports/wasm-ext", default-features = false, optional = true }
8383
libp2p-yamux = { version = "0.33.0", path = "muxers/yamux", optional = true }

swarm-derive/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.24.0 [2021-07-12]
2+
3+
- Handle `NetworkBehaviourAction::CloseConnection`. See [PR 2110] for details.
4+
5+
[PR 2110]: https://github.com/libp2p/rust-libp2p/pull/2110/
6+
17
# 0.23.0 [2021-04-14]
28

39
- Extend `NetworkBehaviour` callbacks, more concretely introducing new `fn

swarm-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libp2p-swarm-derive"
33
edition = "2018"
44
description = "Procedural macros of libp2p-core"
5-
version = "0.23.0"
5+
version = "0.24.0"
66
authors = ["Parity Technologies <[email protected]>"]
77
license = "MIT"
88
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)