Skip to content

Commit

Permalink
Update rayon versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 15, 2023
1 parent 6a842c3 commit 29957b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ First of all, add this crate as a dependency to your `Cargo.toml` (in addition t
```toml
[dependencies]
wasm-bindgen = "0.2.74"
rayon = "1.5"
rayon = "1.8"
wasm-bindgen-rayon = "1.0"
```

Expand Down
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ crate-type = ["cdylib"]
[dependencies]
wasm-bindgen-rayon = { path = ".." }
wasm-bindgen = "0.2.74"
rayon = "1.5"
rayon = "1.8"

0 comments on commit 29957b1

Please sign in to comment.