Rust std change (#147)
* Targeting rust 1.88 * Updating workflow
This commit was merged in pull request #147.
This commit is contained in:
@@ -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,6 +2,7 @@
|
||||
name = "icarus"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
rust-version = "1.88"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.8.3", features = ["multipart"] }
|
||||
|
||||
Reference in New Issue
Block a user