From c71cca8837816304f2e4a52804fb5e7dd576ca7a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 10 Apr 2023 11:31:28 +0100 Subject: (chore): Update edition to 2021 across crates Signed-off-by: Daniel Silverstone --- subplot-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subplot-build') diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml index a732db3..33fcf97 100644 --- a/subplot-build/Cargo.toml +++ b/subplot-build/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Lars Wirzenius ", "Daniel Silverstone ", ] -edition = "2018" +edition = "2021" license = "MIT-0" description = '''A library for using Subplot code generation from another project's `build.rs` module.''' -- cgit v1.2.1