From 2b0c01d9a580622d39a9360d4614a13c29eb9125 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:19:56 +0200 Subject: [PATCH] upgrade edition --- crates/class-struct/Cargo.toml | 2 +- crates/file-info/Cargo.toml | 2 +- crates/file-parser/Cargo.toml | 2 +- crates/machine/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/class-struct/Cargo.toml b/crates/class-struct/Cargo.toml index 3cd11af..ffbf29b 100644 --- a/crates/class-struct/Cargo.toml +++ b/crates/class-struct/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "class-struct" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/file-info/Cargo.toml b/crates/file-info/Cargo.toml index 78e1e54..94102bd 100644 --- a/crates/file-info/Cargo.toml +++ b/crates/file-info/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "file-info" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/file-parser/Cargo.toml b/crates/file-parser/Cargo.toml index f409a9f..ad85e8a 100644 --- a/crates/file-parser/Cargo.toml +++ b/crates/file-parser/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "file-parser" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/machine/Cargo.toml b/crates/machine/Cargo.toml index c886a2f..16371df 100644 --- a/crates/machine/Cargo.toml +++ b/crates/machine/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "machine" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html