You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-num-bigint-dig/num-bigint-dig-fix-metadata...

17 lines
519 B

--- num-bigint-dig-0.6.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ num-bigint-dig-0.6.0/Cargo.toml 2022-01-25T22:19:07.342570+00:00
@@ -85,12 +85,11 @@
[dev-dependencies.serde_test]
version = "1.0"
[build-dependencies.autocfg]
-version = "0.1.5"
+version = "1.0.0"
[features]
default = ["std", "i128", "u64_digit"]
i128 = ["num-integer/i128", "num-traits/i128"]
-nightly = ["rand/nightly"]
prime = ["rand"]
std = ["num-integer/std", "num-traits/std", "smallvec/write", "rand/std", "serde/std"]
u64_digit = []