Skip to content

Commit 2f2b7cb

Browse files
authored
*: Bump swarm-derive version and prepare v0.46.1 (#2747)
1 parent 7df6bae commit 2f2b7cb

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343

4444
# `libp2p` facade crate
4545

46+
# 0.46.1
47+
48+
- Update to `libp2p-derive` [`v0.28.0`](swarm-derive/CHANGELOG.md#0280).
49+
4650
# 0.46.0
4751

4852
- Semver bump Rust from `1.56.1` to `1.60.0` . See [PR 2646].

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p"
33
edition = "2021"
44
rust-version = "1.60.0"
55
description = "Peer-to-peer networking library"
6-
version = "0.46.0"
6+
version = "0.46.1"
77
authors = ["Parity Technologies <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"
@@ -93,7 +93,7 @@ libp2p-relay = { version = "0.10.0", path = "protocols/relay", optional = true }
9393
libp2p-rendezvous = { version = "0.7.0", path = "protocols/rendezvous", optional = true }
9494
libp2p-request-response = { version = "0.19.0", path = "protocols/request-response", optional = true }
9595
libp2p-swarm = { version = "0.37.0", path = "swarm" }
96-
libp2p-swarm-derive = { version = "0.27.0", path = "swarm-derive" }
96+
libp2p-swarm-derive = { version = "0.28.0", path = "swarm-derive" }
9797
libp2p-uds = { version = "0.33.0", path = "transports/uds", optional = true }
9898
libp2p-wasm-ext = { version = "0.34.0", path = "transports/wasm-ext", default-features = false, optional = true }
9999
libp2p-yamux = { version = "0.38.0", path = "muxers/yamux", optional = true }

swarm-derive/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.28.0
2+
3+
- Import `ListenerId` from `libp2p::core::transport`. See [PR 2652].
4+
5+
[PR 2652]: https://github.com/libp2p/rust-libp2p/pull/2652
6+
17
# 0.27.2
28

39
- Replace references of Protocol Handler with Connection Handler. See [PR 2640].

swarm-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-swarm-derive"
33
edition = "2021"
44
rust-version = "1.56.1"
55
description = "Procedural macros of libp2p-core"
6-
version = "0.27.2"
6+
version = "0.28.0"
77
authors = ["Parity Technologies <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)