diff --git a/aoc/Cargo.toml b/aoc/Cargo.toml index 5387799..db2d7ff 100644 --- a/aoc/Cargo.toml +++ b/aoc/Cargo.toml @@ -2,7 +2,7 @@ name = "aoc" version = "0.1.0" authors = ["Antoine Martin "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/aoc2015/Cargo.toml b/aoc2015/Cargo.toml index 8b19df4..2d72c07 100644 --- a/aoc2015/Cargo.toml +++ b/aoc2015/Cargo.toml @@ -2,7 +2,7 @@ name = "aoc2015" version = "0.1.0" authors = ["Antoine Martin "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/aoc2015/aoc2015_bench/Cargo.toml b/aoc2015/aoc2015_bench/Cargo.toml index d250c34..a3e62af 100644 --- a/aoc2015/aoc2015_bench/Cargo.toml +++ b/aoc2015/aoc2015_bench/Cargo.toml @@ -2,7 +2,7 @@ name = "aoc2015_bench" version = "0.1.0" authors = ["Antoine Martin "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/aoc2018/Cargo.toml b/aoc2018/Cargo.toml index da6ce2b..f663faa 100644 --- a/aoc2018/Cargo.toml +++ b/aoc2018/Cargo.toml @@ -2,7 +2,7 @@ name = "aoc2018" version = "0.1.0" authors = ["Antoine Martin "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/aoc2018/aoc2018_bench/Cargo.toml b/aoc2018/aoc2018_bench/Cargo.toml index ba77e7a..3eb3e87 100644 --- a/aoc2018/aoc2018_bench/Cargo.toml +++ b/aoc2018/aoc2018_bench/Cargo.toml @@ -2,7 +2,7 @@ name = "aoc2018_bench" version = "0.1.0" authors = ["Antoine Martin "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/aoc2019/Cargo.toml b/aoc2019/Cargo.toml index 088790c..5db168f 100644 --- a/aoc2019/Cargo.toml +++ b/aoc2019/Cargo.toml @@ -2,7 +2,7 @@ name = "aoc2019" version = "0.1.0" authors = ["Antoine Martin "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/aoc2019/aoc2019_bench/Cargo.toml b/aoc2019/aoc2019_bench/Cargo.toml index 226729b..f58cac2 100644 --- a/aoc2019/aoc2019_bench/Cargo.toml +++ b/aoc2019/aoc2019_bench/Cargo.toml @@ -2,7 +2,7 @@ name = "aoc2019_bench" version = "0.1.0" authors = ["Antoine Martin "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/aoc2020/Cargo.toml b/aoc2020/Cargo.toml index d1c3b99..c42c975 100644 --- a/aoc2020/Cargo.toml +++ b/aoc2020/Cargo.toml @@ -2,7 +2,7 @@ name = "aoc2020" version = "0.1.0" authors = ["Antoine Martin "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/aoc2020/aoc2020_bench/Cargo.toml b/aoc2020/aoc2020_bench/Cargo.toml index 93aba78..47f375f 100644 --- a/aoc2020/aoc2020_bench/Cargo.toml +++ b/aoc2020/aoc2020_bench/Cargo.toml @@ -2,7 +2,7 @@ name = "aoc2020_bench" version = "0.1.0" authors = ["Antoine Martin "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html