Rust std change (#147)

* Targeting rust 1.88

* Updating workflow
This commit was merged in pull request #147.
This commit is contained in:
KD
2025-06-29 17:03:59 -04:00
committed by GitHub
parent a624702813
commit 5721c387ea
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "icarus"
version = "0.2.0"
edition = "2024"
rust-version = "1.88"
[dependencies]
axum = { version = "0.8.3", features = ["multipart"] }