aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2025-09-10 12:48:18 -0700
committerEllie Huxtable <ellie@elliehuxtable.com>2025-09-10 12:57:43 -0700
commit856c3be26ba98ebc47f9ada372e8f45a9bb31aa2 (patch)
tree718bc768ce969af37ebcd411b26f32a85ea093af
parentci: update dist workflows (diff)
downloadatuin-856c3be26ba98ebc47f9ada372e8f45a9bb31aa2.zip
fix: update version in Cargo.toml + github workflows
Diffstat (limited to '')
-rw-r--r--.github/workflows/rust.yml12
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index a402aad9..36f23f8b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -26,7 +26,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.88
+ toolchain: 1.89
- uses: actions/cache@v4
with:
@@ -97,7 +97,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.88
+ toolchain: 1.89
- uses: taiki-e/install-action@v2
name: Install nextest
@@ -127,7 +127,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.88
+ toolchain: 1.89
- uses: actions/cache@v4
with:
@@ -171,7 +171,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.88
+ toolchain: 1.89
- uses: taiki-e/install-action@v2
name: Install nextest
@@ -200,7 +200,7 @@ jobs:
- name: Install latest rust
uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.88
+ toolchain: 1.89
components: clippy
- uses: actions/cache@v4
@@ -223,7 +223,7 @@ jobs:
- name: Install latest rust
uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.88
+ toolchain: 1.89
components: rustfmt
- name: Format
diff --git a/Cargo.toml b/Cargo.toml
index d6b4a1bd..4d4cff24 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ exclude = ["ui/backend"]
[workspace.package]
version = "18.8.0"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
-rust-version = "1.88"
+rust-version = "1.89"
license = "MIT"
homepage = "https://atuin.sh"
repository = "https://github.com/atuinsh/atuin"