From 2e241e655b7da99b6b758e892ee1145f14d40abf Mon Sep 17 00:00:00 2001 From: Youssef Ali Date: Sun, 16 Jun 2024 23:26:45 +0300 Subject: [PATCH] edit: upgrade the rust version to support inline const --- rust-toolchain.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 507ee859..83f9a5b0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -# Released on: 02 May, 2024 -# https://releases.rs/docs/1.78.0/ -channel = "1.78.0" +# Released on: 13 June, 2024 +# https://releases.rs/docs/1.79.0/ +channel = "1.79.0" components = ["rustfmt", "clippy"]