1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Index: rust-decimal/Cargo.toml
===================================================================
--- rust-decimal.orig/Cargo.toml
+++ rust-decimal/Cargo.toml
@@ -82,7 +82,7 @@ legacy-ops = []
maths = []
maths-nopanic = ["maths"]
#ndarray = ["dep:ndarray"]
-proptest = ["dep:proptest"]
+#proptest = ["dep:proptest"]
rand = ["dep:rand"]
#rkyv = ["dep:rkyv"]
#rkyv-safe = ["rkyv/validation"]
@@ -183,11 +183,11 @@ version = "0.2"
optional = true
default-features = false
-[dependencies.proptest]
-version = "1.0"
-features = ["std"]
-optional = true
-default-features = false
+#[dependencies.proptest]
+#version = "1.0"
+#features = ["std"]
+#optional = true
+#default-features = false
[dependencies.rand]
version = "0.8"
|