diff --git a/apollo-router-benchmarks/Cargo.toml b/apollo-router-benchmarks/Cargo.toml index 0adb5d2c0a..5a74b947df 100644 --- a/apollo-router-benchmarks/Cargo.toml +++ b/apollo-router-benchmarks/Cargo.toml @@ -2,7 +2,7 @@ name = "apollo-router-benchmarks" version = "0.1.0-alpha.0" authors = ["Apollo Graph, Inc. "] -edition = "2018" +edition = "2021" license = "LicenseRef-ELv2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/apollo-router-core/Cargo.toml b/apollo-router-core/Cargo.toml index 19bd6a8c45..37bc29f63d 100644 --- a/apollo-router-core/Cargo.toml +++ b/apollo-router-core/Cargo.toml @@ -2,7 +2,7 @@ name = "apollo-router-core" version = "0.1.0-alpha.1" authors = ["Apollo Graph, Inc. "] -edition = "2018" +edition = "2021" license-file = "./LICENSE" [features] diff --git a/apollo-router/Cargo.toml b/apollo-router/Cargo.toml index 7e9b543b89..d37df4f37e 100644 --- a/apollo-router/Cargo.toml +++ b/apollo-router/Cargo.toml @@ -2,7 +2,7 @@ name = "apollo-router" version = "0.1.0-alpha.1" authors = ["Apollo Graph, Inc. "] -edition = "2018" +edition = "2021" license-file = "./LICENSE" [[bin]] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 40602118f0..87e5be38b5 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -2,7 +2,7 @@ name = "xtask" version = "0.1.0-prealpha.1" authors = ["Apollo Graph, Inc. "] -edition = "2018" +edition = "2021" license = "LicenseRef-ELv2" publish = false