Compare commits

..

5 Commits

Author SHA1 Message Date
phoenix 3cddc77542 Version bump 2025-10-10 13:23:00 -04:00
phoenix c5ad65c93e Forgot to include code formatted file 2025-10-10 13:22:40 -04:00
phoenix 951b0ec508 Code formatting 2025-10-10 13:21:49 -04:00
phoenix 72d37722c0 Updated tests 2025-10-10 13:21:34 -04:00
phoenix 515b228250 Added EnvVar and modified functions 2025-10-10 13:19:26 -04:00
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -297,7 +297,7 @@ checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
[[package]]
name = "icarus_envy"
version = "0.4.0"
version = "0.3.6"
dependencies = [
"async-std",
"const_format",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "icarus_envy"
version = "0.4.0"
version = "0.3.6"
edition = "2024"
rust-version = "1.88"