Skip to content

Commit

Permalink
only enable standard featureset for proptest to fix wasm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Piña committed Aug 26, 2024
1 parent 63ecb66 commit 347d20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ring = { version = "0.17.4", features = ["std", "wasm32_unknown_unknown_js"] }

[dev-dependencies]
wasm-bindgen-test = "0.3.1"
proptest = "1.5.0"
proptest = {version = "1.5.0", default-features = false, features = ["std"]}

[target.'cfg(not(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi")))))'.dev-dependencies]
# For the custom time example
Expand Down

0 comments on commit 347d20f

Please sign in to comment.