Skip to content

Commit

Permalink
chore: lax version requirement for getrandom
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Nov 21, 2024
1 parent f9be8af commit 243db62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/cuid1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hostname = "0.4.0"

# WASM-only deps
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2.15", features = ["js"] }
getrandom = { version = "0", features = ["js"] }

[lib]
name = "cuid1"
Expand Down
2 changes: 1 addition & 1 deletion crates/cuid2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ wasm-bindgen-test.workspace = true

# WASM-only deps
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2.15", features = ["js"] }
getrandom = { version = "0", features = ["js"] }

0 comments on commit 243db62

Please sign in to comment.