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 "] -rust-version = "1.70" +rust-version = "1.74" license = "MIT" homepage = "https://atuin.sh" repository = "https://github.com/atuinsh/atuin"