Update rust #250

Merged
kdeng00 merged 16 commits from update_rust into main 2026-05-22 11:29:38 -04:00
Showing only changes of commit a61165a08b - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@
name = "icarus" name = "icarus"
version = "0.4.0" version = "0.4.0"
edition = "2024" edition = "2024"
rust-version = "1.94" rust-version = "1.95"
[dependencies] [dependencies]
axum = { version = "0.8.8", features = ["multipart"] } axum = { version = "0.8.8", features = ["multipart"] }