diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-10-22 16:58:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-22 16:58:25 -0700 |
| commit | 2e332c247d69719a3fd7182f6fdb7dbc117be1d5 (patch) | |
| tree | dee7ba8be006b9d5f3a21f549ba539cab49e01b3 /Cargo.toml | |
| parent | chore(deps): bump lukemathwalker/cargo-chef (#2427) (diff) | |
| download | atuin-2e332c247d69719a3fd7182f6fdb7dbc117be1d5.zip | |
chore: update to rust 1.82 (#2432)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -7,7 +7,7 @@ exclude = ["ui/backend"] [workspace.package] version = "18.4.0-beta.3" authors = ["Ellie Huxtable <ellie@atuin.sh>"] -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 |
