Skip to content

Commit

Permalink
fix js-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
grazder committed Nov 13, 2023
1 parent 0aca039 commit 1148c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libDF/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jemallocator = { version = "0.5.0", optional = true }
wasm-bindgen = "0.2.87"
getrandom = { version = "0.2", features = ["js"] }
console_error_panic_hook = { version = "0.1.1", optional = true }
js_sys = "0.3"
js-sys = "0.3"

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit 1148c2d

Please sign in to comment.