summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2022-12-03 12:19:46 -0800
committerAlex Saveau <saveau.alexandre@gmail.com>2022-12-04 13:44:49 -0800
commite2ff9d53b66b719f3d356604497747d87a7474a5 (patch)
tree9ff7e39539f928a972ccd83c45b33465b86ec5ec /Cargo.toml
parent1f68cf663360cf8ce299ff1ea613f699a05f65b3 (diff)
downloadnix-e2ff9d53b66b719f3d356604497747d87a7474a5.zip
Bump the edition since why not
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb0e4cfd..ad9d29fc 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"]