update rust (#29)

Reviewed-on: #29
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-05-03 18:20:00 -04:00
committed by phoenix
parent b315e89480
commit ab91c3fa4f
4 changed files with 54 additions and 50 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "icarus_envy"
version = "0.6.0"
version = "0.7.0"
edition = "2024"
rust-version = "1.94"
rust-version = "1.95"
[dependencies]
dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.35" }
const_format = { version = "0.2.36" }
[dev-dependencies]
async-std = { version = "1.13.2" }