Skip to content

Commit

Permalink
Update rust toolchain to nightly-2024-05-31
Browse files Browse the repository at this point in the history
  • Loading branch information
wbinnssmith committed May 31, 2024
1 parent 86a0c8f commit 3b1f36b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ chromiumoxide = { version = "0.5.0", features = [
tungstenite = "0.18.0"

# flate2_zlib requires zlib, use flate2_rust
allsorts = { version = "0.14.0", default_features = false, features = [
allsorts = { version = "0.14.0", default-features = false, features = [
"outline",
"flate2_rust",
] }
Expand Down Expand Up @@ -141,4 +141,4 @@ dhat = { version = "0.3.2" }

# Sync with the entries in turbo's Cargo.toml
[patch.crates-io]
pathfinder_simd = { git = "https://github.com/servo/pathfinder", rev = "30419d" }
pathfinder_simd = { git = "https://github.com/vercel/pathfinder", branch = "rm-stdarch_arm_crc32"}
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-04-03"
channel = "nightly-2024-05-31"
components = ["rustfmt", "clippy"]
profile = "minimal"

0 comments on commit 3b1f36b

Please sign in to comment.