2060: chore(all) set rust edition to 2021 r=MarinPostma a=MarinPostma

set the rust edition for the project to 2021

this make the MSRV to v1.56

#2058


Co-authored-by: Marin Postma <postma.marin@protonmail.com>
This commit is contained in:
bors[bot] 2022-01-10 15:04:14 +00:00 committed by GitHub
commit 1824b3c07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -5,5 +5,4 @@ members = [
"meilisearch-lib",
"meilisearch-auth",
]
resolver = "2"
edition = "2021"

View File

@ -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