Skip to content

Commit 0ca1388

Browse files
authored
fix(quic): release libp2p-quic 0.11.1
closes #5546 Pull-Request: #5547.
1 parent c34668e commit 0ca1388

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

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
@@ -96,7 +96,7 @@ libp2p-perf = { version = "0.4.0", path = "protocols/perf" }
9696
libp2p-ping = { version = "0.45.0", path = "protocols/ping" }
9797
libp2p-plaintext = { version = "0.42.0", path = "transports/plaintext" }
9898
libp2p-pnet = { version = "0.25.0", path = "transports/pnet" }
99-
libp2p-quic = { version = "0.11.0", path = "transports/quic" }
99+
libp2p-quic = { version = "0.11.1", path = "transports/quic" }
100100
libp2p-relay = { version = "0.18.0", path = "protocols/relay" }
101101
libp2p-rendezvous = { version = "0.15.0", path = "protocols/rendezvous" }
102102
libp2p-request-response = { version = "0.27.0", path = "protocols/request-response" }

transports/quic/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.11.1
2+
3+
- Update `libp2p-tls` to version `0.5.0`, see [PR 5547]
4+
5+
[PR 5547]: https://github.com/libp2p/rust-libp2p/pull/5547
6+
17
## 0.11.0
28

39
- Implement refactored `Transport`.

transports/quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libp2p-quic"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2021"
66
rust-version = { workspace = true }

0 commit comments

Comments
 (0)