diff --git a/native/explorer/rust-toolchain.toml b/native/explorer/rust-toolchain.toml index d481dd33b..526ab5a6f 100644 --- a/native/explorer/rust-toolchain.toml +++ b/native/explorer/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-02-23" +channel = "nightly-2024-06-23" components = ["rustfmt", "clippy"] profile = "minimal"