From 2605aa7cc8f52affcd861aec784b3050043c2ef6 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Sat, 3 Dec 2022 12:19:46 -0800 Subject: [PATCH] Bump the edition since why not Signed-off-by: Alex Saveau --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb0e4cfd4c..ad9d29fc8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix" description = "Rust friendly bindings to *nix APIs" -edition = "2018" +edition = "2021" version = "0.26.1" rust-version = "1.63" authors = ["The nix-rust Project Developers"]