From 68a4373bbd2a225403f61a60fcb0dd4ea55a5d6a Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 3 Feb 2026 18:17:18 -0800 Subject: [PATCH] update rust version to 1.93.0 --- .forgejo/workflows/test.yml | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 88dda29..98b304b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -16,4 +16,5 @@ jobs: - uses: https://git.libre-chip.org/mirrors/rust-cache@v2 with: save-if: ${{ github.ref == 'refs/heads/master' }} + - run: rustup override set 1.93.0 - run: cargo test diff --git a/Cargo.toml b/Cargo.toml index a3a9787..cc5e746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2024" repository = "" keywords = [] categories = [] -rust-version = "1.89.0" +rust-version = "1.93.0" [workspace.dependencies] base16ct = "1.0.0"