mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-31 03:31:21 +00:00
libp2p-identity version bump
This commit is contained in:
parent
554e09762f
commit
4fe58a1a3b
@ -1,3 +1,8 @@
|
||||
## 0.2.5
|
||||
|
||||
- Add `rand` feature to gate methods requiring a random number generator, enabling use in
|
||||
restricted environments (e.g. smartcontracts). This feature is not enabled by default.
|
||||
|
||||
## 0.2.4
|
||||
|
||||
- Implement `Keypair::derive_secret`, to deterministically derive a new secret from the embedded secret key.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libp2p-identity"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
edition = "2021"
|
||||
description = "Data structures and algorithms for identifying peers in libp2p."
|
||||
rust-version = { workspace = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user