Skip to content

Commit

Permalink
chore: upgrade to unsigned-varint 0.8 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx authored Nov 14, 2023
1 parent 942b70e commit 0422558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.60"

[features]
default = ["std"]
std = ["alloc", "core2/alloc", "multihash/std"]
std = ["alloc", "core2/alloc", "multihash/std", "unsigned-varint/std"]
alloc = ["dep:multibase", "core2/alloc", "multihash/alloc"]
arb = ["dep:arbitrary", "dep:quickcheck", "dep:rand", "multihash/arb"]
scale-codec = ["dep:parity-scale-codec", "multihash/scale-codec"]
Expand All @@ -21,7 +21,7 @@ serde = ["alloc", "dep:serde", "dep:serde_bytes", "multihash/serde"]

[dependencies]
multihash = { version = "0.19.0", default-features = false }
unsigned-varint = { version = "0.7.0", default-features = false }
unsigned-varint = { version = "0.8.0", default-features = false }

multibase = { version = "0.9.1", optional = true, default-features = false }
parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"], optional = true }
Expand Down

0 comments on commit 0422558

Please sign in to comment.