From fb1414205a6bce3fbf456b1363c9941f46aecb0f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 26 Jun 2023 15:25:49 -0400 Subject: [PATCH] cargo: change Rust edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9152434..8ff0e89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Sridhar Ratnakumar "] -edition = "2018" +edition = "2021" # If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards) name = "rust-nix-template" version = "0.1.0"