bump version

This commit is contained in:
Mike Voronov 2023-12-18 17:06:11 +03:00
parent 62f1bfd5c1
commit 7af4af1e3e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2630,7 +2630,7 @@ dependencies = [
[[package]] [[package]]
name = "libp2p-identity" name = "libp2p-identity"
version = "0.2.7" version = "0.2.8"
dependencies = [ dependencies = [
"asn1_der", "asn1_der",
"base64 0.21.4", "base64 0.21.4",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libp2p-identity" name = "libp2p-identity"
version = "0.2.7" version = "0.2.8"
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 }