aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorXavier Vello <xavier.vello@gmail.com>2024-06-03 12:04:40 +0200
committerGitHub <noreply@github.com>2024-06-03 11:04:40 +0100
commit5f2cc51dd1ac0d335343993d376b4179820f9fb1 (patch)
treeda075fdb3dbec623c89cca0b663612c9cdd0f856 /Cargo.toml
parentchore(ci): don't run "Update Nix Deps" CI on forks (#2070) (diff)
downloadatuin-5f2cc51dd1ac0d335343993d376b4179820f9fb1.zip
chore(deps): raise MSRV to 1.74 to match dependencies (#2069)
* chore(deps): raise MSRV to 1.74 to match dependencies * Update Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 70404b21..dd0aa6ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"