File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ test-strategy = "0.4.0"
101
101
wasm-bindgen-test = " 0.3"
102
102
getrandom_2 = { version = " 0.2" , package = " getrandom" , features = [" js" ] }
103
103
getrandom_3 = { version = " 0.3" , package = " getrandom" , features = [" wasm_js" ] }
104
+ test-strategy = " =0.4.1"
104
105
105
106
[lints .rust ]
106
107
unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(doc_cfg)' ] }
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ paste = "1.0.15"
63
63
[target .wasm32-unknown-unknown .dev-dependencies ]
64
64
wasm-bindgen-test = " 0.3"
65
65
getrandom = { version = " 0.3" , features = [" wasm_js" ] }
66
+ test-strategy = " =0.4.1"
66
67
67
68
[lints .rust ]
68
69
unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(doc_cfg)' ] }
You can’t perform that action at this time.
0 commit comments