Skip to content

Commit

Permalink
Update getrandom feature name to "wasm_js"
Browse files Browse the repository at this point in the history
I'm not completely sure why (or when) it was renamed like that, but it's equivalent to the "js" feature that we used to use for wasm compatibility.
  • Loading branch information
antifuchs committed Feb 25, 2025
1 parent 6bb9c3e commit 2e2722f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion governor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ futures-timer = { version = "3.0.3", optional = true }
futures-util = { version = "0.3.31", optional = true, default-features = false, features = ["std", "sink"] }
futures-sink = { version = "0.3.31", optional = true }
rand = { version = "0.9.0", optional = true }
getrandom = { version = "0.3", features = ["js"] }
getrandom = { version = "0.3", features = ["wasm_js"] }
dashmap = { version = "6.1.0", optional = true }
quanta = { version = "0.12.0", optional = true }
no-std-compat = { version = "0.4.1", features = [ "alloc" ] }
Expand Down

0 comments on commit 2e2722f

Please sign in to comment.