Update rust #28

Merged
phoenix merged 5 commits from update_rust into main 2026-03-22 15:41:04 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0b0ffc0d91 - Show all commits

2
Cargo.lock generated
View File

@@ -314,7 +314,7 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "icarus_envy"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"async-std",
"const_format",

View File

@@ -1,6 +1,6 @@
[package]
name = "icarus_envy"
version = "0.5.0"
version = "0.6.0"
edition = "2024"
rust-version = "1.94"