Skip to content

Commit 1d6f337

Browse files
committed
ci: pin test-strategy to work around proptest hygeine improvement
1 parent cb608b9 commit 1d6f337

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/sui-crypto/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ test-strategy = "0.4.0"
101101
wasm-bindgen-test = "0.3"
102102
getrandom_2 = { version = "0.2", package = "getrandom", features = ["js"] }
103103
getrandom_3 = { version = "0.3", package = "getrandom", features = ["wasm_js"] }
104+
test-strategy = "=0.4.1"
104105

105106
[lints.rust]
106107
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }

crates/sui-sdk-types/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ paste = "1.0.15"
6363
[target.wasm32-unknown-unknown.dev-dependencies]
6464
wasm-bindgen-test = "0.3"
6565
getrandom = { version = "0.3", features = ["wasm_js"] }
66+
test-strategy = "=0.4.1"
6667

6768
[lints.rust]
6869
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }

0 commit comments

Comments
 (0)