From 3d97a9c3c084338b877a52c1540ad43609bd8573 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 29 Jun 2025 16:55:58 -0400 Subject: [PATCH 1/2] Targeting rust 1.88 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 20fe634..7915ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "icarus" version = "0.2.0" edition = "2024" +rust-version = "1.88" [dependencies] axum = { version = "0.8.3", features = ["multipart"] } -- 2.47.3 From 99259892ee2fe674772a7cdccc2af29519010f10 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 29 Jun 2025 16:56:10 -0400 Subject: [PATCH 2/2] Updating workflow --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4bd1c03..dbe2818 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -27,10 +27,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install Rust 1.86.0 + - name: Install Rust 1.88.0 uses: actions-rs/toolchain@v1 with: - toolchain: 1.86.0 + toolchain: 1.88.0 components: clippy, rustfmt override: true -- 2.47.3