Skip to content

Commit

Permalink
minimal versions in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Jan 26, 2024
1 parent b1c0e82 commit 061404e
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ license = "Apache-2.0"
description = "Implementation of bitswap protocol for libp2p"

[dependencies]
asynchronous-codec = "0.7.0"
blockstore = "0.1.1"
bytes = "1.5.0"
cid = "0.11.0"
fnv = "1.0.7"
futures = "0.3.30"
futures-timer = "3.0.2"
libp2p-core = "0.41.2"
libp2p-identity = "0.2.8"
libp2p-swarm = "0.44.1"
multihash-codetable = "0.1.1"
quick-protobuf = "0.8.1"
smallvec = "1.12.0"
thiserror = "1.0.56"
unsigned-varint = "0.8.0"
void = "1.0.2"
asynchronous-codec = "0.7"
blockstore = "0.1"
bytes = "1"
cid = "0.11"
fnv = "1.0.5"
futures = "0.3"
futures-timer = "3"
libp2p-core = "0.41"
libp2p-identity = "0.2"
libp2p-swarm = "0.44"
multihash-codetable = "0.1"
quick-protobuf = "0.8"
smallvec = "1"
thiserror = "1"
unsigned-varint = "0.8"
void = "1"

[dev-dependencies]
hex = "0.4.3"
libp2p-identity = { version = "0.2.8", features = ["rand"] }
multihash-codetable = { version = "0.1.1", features = ["digest", "sha2"] }
tokio = { version = "1.35.1", features = ["rt", "macros", "time"] }
hex = "0.4"
libp2p-identity = { version = "0.2", features = ["rand"] }
multihash-codetable = { version = "0.1", features = ["digest", "sha2"] }
tokio = { version = "1", features = ["rt", "macros", "time"] }

[features]
wasm-bindgen = ["futures-timer/wasm-bindgen"]

0 comments on commit 061404e

Please sign in to comment.