chore(gossipsub): bump crate version

Missed in https://github.com/libp2p/rust-libp2p/pull/3551/.

Pull-Request: #3668.
This commit is contained in:
Max Inden 2023-03-23 15:17:18 +01:00 committed by GitHub
parent e307c0f9da
commit 3f99c31bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2363,7 +2363,7 @@ dependencies = [
[[package]]
name = "libp2p-gossipsub"
version = "0.44.1"
version = "0.44.2"
dependencies = [
"async-std",
"asynchronous-codec",

View File

@ -3,7 +3,7 @@ name = "libp2p-gossipsub"
edition = "2021"
rust-version = "1.62.0"
description = "Gossipsub protocol for libp2p"
version = "0.44.1"
version = "0.44.2"
authors = ["Age Manning <Age@AgeManning.com>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"