Skip to content

Commit

Permalink
move wasm-bindgen-test to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matzemathics authored and mmarx committed Nov 7, 2023
1 parent 475b420 commit 95c4a02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nemo-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ nemo-physical = { path = "../nemo-physical", default-features = false }
thiserror = "1.0"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4.37"
wasm-bindgen-test = "0.2"
web-sys = { version = "0.3.64", features = [ "Blob", "FileReaderSync", "FileSystemSyncAccessHandle" ]}

[dev-dependencies]
wasm-bindgen-test = "0.2"

0 comments on commit 95c4a02

Please sign in to comment.