From a97f6e54457fc57f11ccad262070d74cb34e4067 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Tue, 16 Jul 2024 13:46:06 +0000 Subject: [PATCH] chore: Sync Rust toolchain --- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e7eef7248a..a3a370971b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ members = [ exclude = ["ci/nostd-check", "ci/valgrind-check"] [workspace.package] -rust-version = "1.75" +rust-version = "1.75.0" version = "0.11.0-dev" # Zenoh version repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a9aa3929e9..4dd8e5c567 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.75" \ No newline at end of file +channel = "1.75.0" \ No newline at end of file