diff options
author | Alex Saveau <saveau.alexandre@gmail.com> | 2022-12-03 12:19:46 -0800 |
---|---|---|
committer | Alex Saveau <saveau.alexandre@gmail.com> | 2022-12-04 13:44:49 -0800 |
commit | e2ff9d53b66b719f3d356604497747d87a7474a5 (patch) | |
tree | 9ff7e39539f928a972ccd83c45b33465b86ec5ec | |
parent | 1f68cf663360cf8ce299ff1ea613f699a05f65b3 (diff) | |
download | nix-e2ff9d53b66b719f3d356604497747d87a7474a5.zip |
Bump the edition since why not
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |