From 8823f9843e1eeca0f42263bc1178a1a397315089 Mon Sep 17 00:00:00 2001 From: iryuken <24311a6218@cs.sreenidhi.edu.in> Date: Fri, 2 Jan 2026 22:18:27 +0530 Subject: [PATCH] Update rust-version to 1.77.2 to address CVE-2024-24576 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9fd2f997de..32f7d35413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" repository = "https://github.com/tensorflow/rust" documentation = "https://tensorflow.github.io/rust/tensorflow" edition = "2018" -rust-version = "1.63.0" +rust-version = "1.77.2" [lib] # We want to run doctests, but they're broken by https://github.com/rust-lang/cargo/issues/8531.