From 5fb4ed60e7e72bb4e89c046332c683785a8efd28 Mon Sep 17 00:00:00 2001 From: Marin Postma Date: Thu, 6 Jan 2022 13:30:45 +0100 Subject: [PATCH] chore(all) set rust edition to 2021 --- Cargo.toml | 3 +-- meilisearch-lib/Cargo.toml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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