Skip to content

Commit 61f438c

Browse files
committed
tests
1 parent d75d754 commit 61f438c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/fable-library-rust/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ regex = { version = "1.11", optional = true }
3030
rust_decimal = { version = "1.36", features = ["maths"], default-features = false, optional = true }
3131
startup = { version = ">=0.1,<1", path = "vendored/startup", optional = true }
3232
uuid = { version = "1.11", features = ["v4"], default-features = false, optional = true }
33-
34-
[target.'cfg(target_arch = "wasm32")'.dependencies]
35-
getrandom = { version = ">=0.2,<1", features = ["js"] }
33+
getrandom = { version = ">=0.2,<1", default-features = false, optional = true }

0 commit comments

Comments
 (0)