From ba97417ad7bf4cdf17385c6d6f878b5b6731b220 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 23 Dec 2024 11:01:44 -0600 Subject: [PATCH] m --- crates/sui-crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sui-crypto/Cargo.toml b/crates/sui-crypto/Cargo.toml index b6da3c94e..18be4a4cf 100644 --- a/crates/sui-crypto/Cargo.toml +++ b/crates/sui-crypto/Cargo.toml @@ -94,7 +94,7 @@ hex = "0.4.3" serde_json = { version = "1.0.128" } # proptest support in tests -proptest = { version = "1.6.0", default-features = false, features = ["std"], optional = true } +proptest = { version = "1.6.0", default-features = false, features = ["std"] } test-strategy = "0.4.0" [target.wasm32-unknown-unknown.dev-dependencies]