From 62bf9f1184abdae17d6997e937f21bf30134ef21 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Wed, 15 Nov 2023 07:05:58 +0800 Subject: [PATCH] chore: update the rust-version key in Cargo.toml (#2193) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed900400f..dbcb99e277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" edition = "2021" version = "0.27.1" -rust-version = "1.65" +rust-version = "1.69" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" license = "MIT"