diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3735309..1010b37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ "with": { "components": "clippy,rustc-codegen-cranelift", - "toolchain": "nightly-2024-01-22", + "toolchain": "nightly-2024-04-10", }, }, { @@ -110,7 +110,7 @@ "with": { "components": "clippy", - "toolchain": "nightly-2024-01-22", + "toolchain": "nightly-2024-04-10", }, }, { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 525e084..1c9a3ce 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2024-01-22" +channel = "nightly-2024-04-10"