From 891a62fa82316139658bdf27fe31c2989d1e8c4c Mon Sep 17 00:00:00 2001 From: tchataigner <9974198+tchataigner@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:08:03 +0000 Subject: [PATCH] chore: Update `ethereum` Rust version to `nightly-2024-08-13` --- ethereum/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/rust-toolchain.toml b/ethereum/rust-toolchain.toml index 643f63dc..19a29444 100644 --- a/ethereum/rust-toolchain.toml +++ b/ethereum/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-07-30" +channel = "nightly-2024-08-13" profile = "default" components = ["rustfmt", "clippy"] \ No newline at end of file