From e3332327e384bdc43385b3d47ea3192cba08bf77 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Fri, 29 Mar 2024 23:46:37 +0000 Subject: [PATCH] Add rust min version Add a rust minimal version Signed-off-by: James Sturtevant --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index baf3fcf5..4c7e5046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ readme = "README.md" repository = "https://github.com/containerd/ttrpc-rust" homepage = "https://github.com/containerd/ttrpc-rust" description = "A Rust version of ttrpc." +rust-version = "1.70" [dependencies] protobuf = { version = "3.1.0" }