Skip to content

Commit 5c362fc

Browse files
fix(identity): bump version
In #4107, we forgot to bump the version of `libp2p-identity`. Pull-Request: #4125. Co-Authored-By: Thomas Eizinger <[email protected]>
1 parent 93aa21a commit 5c362fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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
@@ -72,7 +72,7 @@ libp2p-dns = { version = "0.40.0", path = "transports/dns" }
7272
libp2p-floodsub = { version = "0.43.0", path = "protocols/floodsub" }
7373
libp2p-gossipsub = { version = "0.45.0", path = "protocols/gossipsub" }
7474
libp2p-identify = { version = "0.43.0", path = "protocols/identify" }
75-
libp2p-identity = { version = "0.2.0" }
75+
libp2p-identity = { version = "0.2.1" }
7676
libp2p-kad = { version = "0.44.1", path = "protocols/kad" }
7777
libp2p-mdns = { version = "0.44.0", path = "protocols/mdns" }
7878
libp2p-metrics = { version = "0.13.0", path = "misc/metrics" }

identity/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-identity"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Data structures and algorithms for identifying peers in libp2p."
66
rust-version = { workspace = true }

0 commit comments

Comments
 (0)