Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
chore: Remove vestigial getrandom dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantell committed Mar 25, 2024
1 parent 116c071 commit 75db4fa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ ed25519-dalek = { version = "2" }
fastcdc = { version = "3.1" }
futures = { version = "^0.3.30" }
futures-util = { version = "0.3" }
getrandom = { version = "~0.2", features = ["js"]}
gloo-net = { version = "0.4" }
gloo-timers = { version = "0.3", features = ["futures"] }
ignore = { version = "0.4.20" }
Expand Down
2 changes: 0 additions & 2 deletions rust/noosphere-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ tokio = { workspace = true, features = ["full"] }
tracing-subscriber = { workspace = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
# NOTE: This is needed so that rand can be included in WASM builds
getrandom = { workspace = true, features = ["js"] }
gloo-net = { workspace = true }
wasm-streams = { workspace = true }
wasm-bindgen = { workspace = true }
Expand Down
4 changes: 0 additions & 4 deletions rust/noosphere-ucan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ wasm-bindgen = { workspace = true, optional = true }
wasm-bindgen-futures = { workspace = true, optional = true }
js-sys = { workspace = true, optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
# NOTE: This is needed so that rand can be included in WASM builds
getrandom = { workspace = true, features = ["js"] }

[dev-dependencies]
serde_ipld_dagcbor = { workspace = true }
wasm-bindgen-test = { workspace = true }
Expand Down

0 comments on commit 75db4fa

Please sign in to comment.