Skip to content

Commit 51bc801

Browse files
committed
release 0.24
1 parent 3f2fe81 commit 51bc801

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libp2p-bitswap"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
authors = ["David Craven <david@craven.ch>"]
55
edition = "2018"
66
description = "Implementation of the ipfs bitswap protocol."
@@ -19,7 +19,7 @@ fnv = "1.0.7"
1919
futures = "0.3.19"
2020
lazy_static = "1.4.0"
2121
libipld = { version = "0.14.0", default-features = false }
22-
libp2p = { version = "0.49.0", default-features = false, features = ["request-response"] }
22+
libp2p = { version = "0.49.0", features = ["request-response"] }
2323
prometheus = "0.13.0"
2424
prost = { version = "0.9.0", optional = true }
2525
thiserror = "1.0.30"

0 commit comments

Comments
 (0)