We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158e589 commit 539d099Copy full SHA for 539d099
1 file changed
Cargo.toml
@@ -38,7 +38,7 @@ clap = { version = "4.5", features = ["derive"] }
38
anyhow = "1.0"
39
ndarray = "0.17"
40
41
-getrandom = { version = "0.3", features = ["wasm_js"] }
+getrandom = { version = "0.4", features = ["wasm_js"] }
42
43
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
44
ctrlc = "3.4"
0 commit comments