diff --git a/Cargo.toml b/Cargo.toml index 5e68244d5..c32c39d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,4 @@ members = [ "meilisearch-lib", "meilisearch-auth", ] - -resolver = "2" +edition = "2021" diff --git a/meilisearch-lib/Cargo.toml b/meilisearch-lib/Cargo.toml index f0fd435fb..5650055be 100644 --- a/meilisearch-lib/Cargo.toml +++ b/meilisearch-lib/Cargo.toml @@ -2,7 +2,6 @@ name = "meilisearch-lib" version = "0.25.0" edition = "2018" -resolver = "2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html