From 866a6ad48784040213d9e6eb08df3ced3f65e4a3 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Tue, 16 Jul 2024 13:44:09 +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 ce8ae1643d..e7eef7248a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ members = [ exclude = ["ci/nostd-check", "ci/valgrind-check"] [workspace.package] -rust-version = "1.72.0" +rust-version = "1.75" 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 4dd8e5c567..a9aa3929e9 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.75.0" \ No newline at end of file +channel = "1.75" \ No newline at end of file