Skip to content

Commit 1a9cf4f

Browse files
authored
fix(uds): Bump version
#3196 forgot to bump `libp2p-uds`. `libp2p-uds` was updated to `libp2p-core` `v0.39.0` thus requiring the version bump. This has happened before, see #2720. Pull-Request: #3502.
1 parent 71015ee commit 1a9cf4f

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ libp2p-relay = { version = "0.15.0", path = "protocols/relay", optional = true }
108108
libp2p-rendezvous = { version = "0.12.0", path = "protocols/rendezvous", optional = true }
109109
libp2p-request-response = { version = "0.24.0", path = "protocols/request-response", optional = true }
110110
libp2p-swarm = { version = "0.42.0", path = "swarm" }
111-
libp2p-uds = { version = "0.37.0", path = "transports/uds", optional = true }
111+
libp2p-uds = { version = "0.38.0", path = "transports/uds", optional = true }
112112
libp2p-wasm-ext = { version = "0.39.0", path = "transports/wasm-ext", optional = true }
113113
libp2p-yamux = { version = "0.43.0", path = "muxers/yamux", optional = true }
114114
multiaddr = { version = "0.17.0" }

transports/uds/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.38.0
2+
3+
- Update to `libp2p-core` `v0.39.0`.
4+
15
# 0.37.0
26

37
- Update `rust-version` to reflect the actual MSRV: 1.60.0. See [PR 3090].

transports/uds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-uds"
33
edition = "2021"
44
rust-version = "1.60.0"
55
description = "Unix domain sockets transport for libp2p"
6-
version = "0.37.0"
6+
version = "0.38.0"
77
authors = ["Parity Technologies <admin@parity.io>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)