mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:26 +00:00
Only enable js
feature of uuid
crate for wasm crates (#18152)
This commit is contained in:
parent
d8a5b9de17
commit
fbaf826a9d
4 changed files with 7 additions and 2 deletions
|
@ -41,6 +41,8 @@ getrandom = { workspace = true, features = ["wasm_js"] }
|
|||
serde = { workspace = true }
|
||||
serde-wasm-bindgen = { workspace = true }
|
||||
wasm-bindgen = { workspace = true }
|
||||
# Not a direct dependency but required to compile for Wasm.
|
||||
uuid = { workspace = true, features = ["js"] }
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue