-
Notifications
You must be signed in to change notification settings - Fork 961
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This follows the guidelines discussed in #2217.
- Loading branch information
1 parent
1c2712c
commit 160a9c6
Showing
15 changed files
with
122 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "libp2p" | |
edition = "2021" | ||
rust-version = "1.62.0" | ||
description = "Peer-to-peer networking library" | ||
version = "0.50.0" | ||
version = "0.50.1" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
license = "MIT" | ||
repository = "https://github.com/libp2p/rust-libp2p" | ||
|
@@ -94,7 +94,7 @@ instant = "0.1.11" # Explicit dependency to be used in `wasm-bindgen` feature | |
|
||
libp2p-autonat = { version = "0.9.0", path = "protocols/autonat", optional = true } | ||
libp2p-core = { version = "0.38.0", path = "core" } | ||
libp2p-dcutr = { version = "0.8.0", path = "protocols/dcutr", optional = true } | ||
libp2p-dcutr = { version = "0.8.1", path = "protocols/dcutr", optional = true } | ||
libp2p-floodsub = { version = "0.41.0", path = "protocols/floodsub", optional = true } | ||
libp2p-identify = { version = "0.41.0", path = "protocols/identify", optional = true } | ||
libp2p-kad = { version = "0.42.0", path = "protocols/kad", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 0.11.1 [unreleased] | ||
|
||
- Update to `libp2p-dcutr` `v0.8.1`. | ||
|
||
# 0.11.0 | ||
|
||
- Update to `libp2p-dcutr` `v0.8.0`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "libp2p-metrics" | |
edition = "2021" | ||
rust-version = "1.62.0" | ||
description = "Metrics for libp2p" | ||
version = "0.11.0" | ||
version = "0.11.1" | ||
authors = ["Max Inden <[email protected]>"] | ||
license = "MIT" | ||
repository = "https://github.com/libp2p/rust-libp2p" | ||
|
@@ -20,7 +20,7 @@ dcutr = ["libp2p-dcutr"] | |
|
||
[dependencies] | ||
libp2p-core = { version = "0.38.0", path = "../../core" } | ||
libp2p-dcutr = { version = "0.8.0", path = "../../protocols/dcutr", optional = true } | ||
libp2p-dcutr = { version = "0.8.1", path = "../../protocols/dcutr", optional = true } | ||
libp2p-identify = { version = "0.41.0", path = "../../protocols/identify", optional = true } | ||
libp2p-kad = { version = "0.42.0", path = "../../protocols/kad", optional = true } | ||
libp2p-ping = { version = "0.41.0", path = "../../protocols/ping", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "libp2p-dcutr" | |
edition = "2021" | ||
rust-version = "1.62.0" | ||
description = "Direct connection upgrade through relay" | ||
version = "0.8.0" | ||
version = "0.8.1" | ||
authors = ["Max Inden <[email protected]>"] | ||
license = "MIT" | ||
repository = "https://github.com/libp2p/rust-libp2p" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.