Skip to content

Commit

Permalink
build: Update rust nightly version
Browse files Browse the repository at this point in the history
This fixes crc32fast 1.4.0
  • Loading branch information
PotentialStyx committed Apr 14, 2024
1 parent d6c25d5 commit 2563ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"with":
{
"components": "clippy,rustc-codegen-cranelift",
"toolchain": "nightly-2024-01-22",
"toolchain": "nightly-2024-04-10",
},
},
{
Expand Down Expand Up @@ -110,7 +110,7 @@
"with":
{
"components": "clippy",
"toolchain": "nightly-2024-01-22",
"toolchain": "nightly-2024-04-10",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2024-01-22"
channel = "nightly-2024-04-10"

0 comments on commit 2563ada

Please sign in to comment.