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