mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-21 23:21:19 +00:00
chore(identity): release version 0.2.4
`libp2p-identity` gets a special treatment in our workspace because it is the only crate that is a dependency of crates _outside_ the workspace, in particular `multiaddr`. We however also depend on `multiaddr` again in the workspace. As a result, we need to use `[patch.crates-io]` to replace the `libp2p-identity` version across the entire dependency tree. This however doesn't work well with `cargo semver-checks` as it doesn't copy over `[patch]` sections into its workspace where it does the docs building. To fix the semver checks error, we need to release a new version of `libp2p-identity`. Pull-Request: #4583.
This commit is contained in:
parent
ef1cd354d8
commit
60650d8b90
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2634,7 +2634,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libp2p-identity"
|
name = "libp2p-identity"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"asn1_der",
|
"asn1_der",
|
||||||
"base64 0.21.4",
|
"base64 0.21.4",
|
||||||
|
@ -82,7 +82,7 @@ libp2p-dns = { version = "0.40.1", path = "transports/dns" }
|
|||||||
libp2p-floodsub = { version = "0.43.0", path = "protocols/floodsub" }
|
libp2p-floodsub = { version = "0.43.0", path = "protocols/floodsub" }
|
||||||
libp2p-gossipsub = { version = "0.45.1", path = "protocols/gossipsub" }
|
libp2p-gossipsub = { version = "0.45.1", path = "protocols/gossipsub" }
|
||||||
libp2p-identify = { version = "0.43.1", path = "protocols/identify" }
|
libp2p-identify = { version = "0.43.1", path = "protocols/identify" }
|
||||||
libp2p-identity = { version = "0.2.3" }
|
libp2p-identity = { version = "0.2.4" }
|
||||||
libp2p-kad = { version = "0.44.6", path = "protocols/kad" }
|
libp2p-kad = { version = "0.44.6", path = "protocols/kad" }
|
||||||
libp2p-mdns = { version = "0.44.0", path = "protocols/mdns" }
|
libp2p-mdns = { version = "0.44.0", path = "protocols/mdns" }
|
||||||
libp2p-memory-connection-limits = { version = "0.1.0", path = "misc/memory-connection-limits" }
|
libp2p-memory-connection-limits = { version = "0.1.0", path = "misc/memory-connection-limits" }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
## 0.2.4 - unreleased
|
## 0.2.4
|
||||||
|
|
||||||
- Implement `Keypair::derive_secret`, to deterministically derive a new secret from the embedded secret key.
|
- Implement `Keypair::derive_secret`, to deterministically derive a new secret from the embedded secret key.
|
||||||
See [PR 4554].
|
See [PR 4554].
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libp2p-identity"
|
name = "libp2p-identity"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Data structures and algorithms for identifying peers in libp2p."
|
description = "Data structures and algorithms for identifying peers in libp2p."
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user