chore(deps): raise MSRV to 1.74 to match dependencies (#2069)

* chore(deps): raise MSRV to 1.74 to match dependencies

* Update Cargo.toml
This commit is contained in:
Xavier Vello 2024-06-03 12:04:40 +02:00 committed by GitHub
parent df81d27544
commit 5f2cc51dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,5 @@
[workspace] [workspace]
members = [ members = ["crates/*"]
"crates/*",
]
resolver = "2" resolver = "2"
exclude = ["ui/backend"] exclude = ["ui/backend"]
@ -9,7 +7,7 @@ exclude = ["ui/backend"]
[workspace.package] [workspace.package]
version = "18.2.0" version = "18.2.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
rust-version = "1.70" rust-version = "1.74"
license = "MIT" license = "MIT"
homepage = "https://atuin.sh" homepage = "https://atuin.sh"
repository = "https://github.com/atuinsh/atuin" repository = "https://github.com/atuinsh/atuin"