Skip to content

Commit 20eb5ec

Browse files
committed
move 'getrandom' to 'wasm' (only needed there)
Signed-off-by: Jean SIMARD <woshilapin@tuziwo.info>
1 parent 2e72a50 commit 20eb5ec

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ thiserror = "2.0"
2626
osm4routing = "0.8"
2727
clap = { version = "4.5", features = ["derive"] }
2828
num-traits = "0.2"
29-
getrandom = { version = "0.3", features = ["wasm_js"] }
3029
geo-index = "0.3.1"

wasm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ crate-type = ["cdylib"]
99
[dependencies]
1010
liblrs = { path = ".." }
1111
geo-types = "*"
12+
getrandom = { version = "0.3", features = ["wasm_js"] }
1213
wasm-bindgen = "0.2.92"
1314
serde-wasm-bindgen = "0.6.5"
1415
console_error_panic_hook = "0.1.1"

0 commit comments

Comments
 (0)