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