Skip to content

Commit

Permalink
Merge pull request #1261 from hannobraun/dependabot/cargo/getrandom-0…
Browse files Browse the repository at this point in the history
….2.8

Bump getrandom from 0.2.7 to 0.2.8
  • Loading branch information
hannobraun authored Oct 24, 2022
2 parents 5e5372c + a15c4fc commit df9ae61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ features = ["webgl"]
# We don't depend on `getrandom` directly, but we need this to enable the `js`
# feature when cross-compiling to WASM. Otherwise, `getrandom` will not build.
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.7"
version = "0.2.8"
features = ["js"]

0 comments on commit df9ae61

Please sign in to comment.