We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5709099 commit 88ba262Copy full SHA for 88ba262
Cargo.toml
@@ -18,7 +18,7 @@ rust-version = "1.64"
18
[features]
19
default = ["std"]
20
std = ["unsigned-varint/std", "alloc"]
21
-alloc = []
+alloc = ["core2/alloc"]
22
arb = ["dep:quickcheck", "dep:rand", "dep:arbitrary"]
23
scale-codec = ["dep:parity-scale-codec"]
24
serde-codec = ["serde"] # Deprecated, don't use.
0 commit comments