Skip to content

Commit

Permalink
Merge branch 'master' into kademlia-emit-new-external-addr-of-peer
Browse files Browse the repository at this point in the history
  • Loading branch information
PanGan21 authored Aug 11, 2024
2 parents e7003f5 + 0ca1388 commit 9ae05b5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ libp2p-perf = { version = "0.4.0", path = "protocols/perf" }
libp2p-ping = { version = "0.45.0", path = "protocols/ping" }
libp2p-plaintext = { version = "0.42.0", path = "transports/plaintext" }
libp2p-pnet = { version = "0.25.0", path = "transports/pnet" }
libp2p-quic = { version = "0.11.0", path = "transports/quic" }
libp2p-quic = { version = "0.11.1", path = "transports/quic" }
libp2p-relay = { version = "0.18.0", path = "protocols/relay" }
libp2p-rendezvous = { version = "0.15.0", path = "protocols/rendezvous" }
libp2p-request-response = { version = "0.27.0", path = "protocols/request-response" }
Expand Down
4 changes: 2 additions & 2 deletions swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 0.45.1

- Update `libp2p-swarm-derive` to version `0.35.0`, see [PR XXXX]
- Update `libp2p-swarm-derive` to version `0.35.0`, see [PR 5545]

[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX
[PR 5545]: https://github.com/libp2p/rust-libp2p/pull/5545

## 0.45.0

Expand Down
6 changes: 6 additions & 0 deletions transports/quic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.1

- Update `libp2p-tls` to version `0.5.0`, see [PR 5547]

[PR 5547]: https://github.com/libp2p/rust-libp2p/pull/5547

## 0.11.0

- Implement refactored `Transport`.
Expand Down
2 changes: 1 addition & 1 deletion transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libp2p-quic"
version = "0.11.0"
version = "0.11.1"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
rust-version = { workspace = true }
Expand Down

0 comments on commit 9ae05b5

Please sign in to comment.