From 2e332c247d69719a3fd7182f6fdb7dbc117be1d5 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 22 Oct 2024 16:58:25 -0700 Subject: chore: update to rust 1.82 (#2432) --- Cargo.toml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a0fffdca..87d9b7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ exclude = ["ui/backend"] [workspace.package] version = "18.4.0-beta.3" authors = ["Ellie Huxtable "] -rust-version = "1.80" +rust-version = "1.82" license = "MIT" homepage = "https://atuin.sh" repository = "https://github.com/atuinsh/atuin" @@ -18,9 +18,9 @@ async-trait = "0.1.58" base64 = "0.22" log = "0.4" time = { version = "0.3.36", features = [ - "serde-human-readable", - "macros", - "local-offset", + "serde-human-readable", + "macros", + "local-offset", ] } clap = { version = "4.5.7", features = ["derive"] } config = { version = "0.13", default-features = false, features = ["toml"] } @@ -67,7 +67,14 @@ ci = "github" # The installers to generate for each app installers = ["shell"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"] +targets = [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-linux-musl", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-linux-musl", +] # Publish jobs to run in CI pr-run-mode = "plan" # Whether to install an updater program -- cgit v1.3.1