mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Merge #2060
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:
commit
1824b3c07b
@ -5,5 +5,4 @@ members = [
|
||||
"meilisearch-lib",
|
||||
"meilisearch-auth",
|
||||
]
|
||||
|
||||
resolver = "2"
|
||||
edition = "2021"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user