Skip to content

Commit 6cb116e

Browse files
jxsmergify[bot]
andauthored
fix(swarm-test): set proper version (#5648)
## Description To unblock CI Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 9ed181b commit 6cb116e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ libp2p-server = { version = "0.12.8", path = "misc/server" }
104104
libp2p-stream = { version = "0.2.0-alpha", path = "protocols/stream" }
105105
libp2p-swarm = { version = "0.45.2", path = "swarm" }
106106
libp2p-swarm-derive = { version = "=0.35.0", path = "swarm-derive" } # `libp2p-swarm-derive` may not be compatible with different `libp2p-swarm` non-breaking releases. E.g. `libp2p-swarm` might introduce a new enum variant `FromSwarm` (which is `#[non-exhaustive]`) in a non-breaking release. Older versions of `libp2p-swarm-derive` would not forward this enum variant within the `NetworkBehaviour` hierarchy. Thus the version pinning is required.
107-
libp2p-swarm-test = { version = "0.4.1", path = "swarm-test" }
107+
libp2p-swarm-test = { version = "0.5.0", path = "swarm-test" }
108108
libp2p-tcp = { version = "0.42.0", path = "transports/tcp" }
109109
libp2p-tls = { version = "0.5.0", path = "transports/tls" }
110110
libp2p-uds = { version = "0.41.0", path = "transports/uds" }

swarm-test/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.4.1
1+
## 0.5.0
22

33
- Add `tokio` runtime support and make `tokio` and `async-std` runtimes optional behind features.
44
See [PR 5551].

swarm-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libp2p-swarm-test"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
rust-version = { workspace = true }
66
license = "MIT"

0 commit comments

Comments
 (0)