From d290e0b764c6aa51be6c5387bd3db87f10ec3496 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 5 Apr 2026 17:02:43 -0400 Subject: [PATCH] Updated rust version in workflow --- .github/workflows/rust-ubuntu-latest.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-ubuntu-latest.yml b/.github/workflows/rust-ubuntu-latest.yml index dc34b51..73e6ee8 100644 --- a/.github/workflows/rust-ubuntu-latest.yml +++ b/.github/workflows/rust-ubuntu-latest.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Install Rust version - run: rustup install 1.90.0 && rustup default 1.90.0 + run: rustup install 1.94 && rustup default 1.94 - name: Debug secret run: echo "${{ secrets.MYREPO_TOKEN }}" | head -c 10 ; echo "..." diff --git a/Cargo.toml b/Cargo.toml index 15359ef..18813e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "icarus-dm" version = "0.8.11" -rust-version = "1.90" +rust-version = "1.94" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html