Skip to content

Commit 0ceb658

Browse files
chore: bump version of quick-protobuf-codec
The `asynchronous-codec` dependency is exposed in `quick-protobuf-codec`, hence we need to bump the minor version. Pull-Request: libp2p#4895.
1 parent edca09b commit 0ceb658

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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
@@ -117,7 +117,7 @@ multiaddr = "0.18.1"
117117
multihash = "0.19.1"
118118
multistream-select = { version = "0.13.0", path = "misc/multistream-select" }
119119
prometheus-client = "0.22.0"
120-
quick-protobuf-codec = { version = "0.2.0", path = "misc/quick-protobuf-codec" }
120+
quick-protobuf-codec = { version = "0.3.0", path = "misc/quick-protobuf-codec" }
121121
quickcheck = { package = "quickcheck-ext", path = "misc/quickcheck-ext" }
122122
rw-stream-sink = { version = "0.4.0", path = "misc/rw-stream-sink" }
123123
unsigned-varint = { version = "0.8.0" }

misc/quick-protobuf-codec/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.0
2+
3+
- Update to `asynchronous-codec` `v0.7.0`.
4+
See [PR 4636](https://github.com/libp2p/rust-libp2p/pull/4636).
5+
16
## 0.2.0
27

38
- Raise MSRV to 1.65.

misc/quick-protobuf-codec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "quick-protobuf-codec"
33
edition = "2021"
44
rust-version = { workspace = true }
55
description = "Asynchronous de-/encoding of Protobuf structs using asynchronous-codec, unsigned-varint and quick-protobuf."
6-
version = "0.2.0"
6+
version = "0.3.0"
77
authors = ["Max Inden <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)