Compare commits

..

7 Commits

Author SHA1 Message Date
phoenix 50e77edddc Clippy fix 2025-10-10 14:38:46 -04:00
phoenix 101547dbf4 Code formatting 2025-10-10 14:25:13 -04:00
phoenix 797430c9d2 Changed name of function 2025-10-10 14:24:04 -04:00
phoenix 218b0f60a9 Removing comment 2025-10-10 14:19:48 -04:00
phoenix c06d546ae7 Updated test 2025-10-10 14:11:01 -04:00
phoenix d9e43a80e4 Made modifications to the test and related code 2025-10-10 13:58:29 -04:00
phoenix a7a2a8080e Added code to initialize an envvar delimiter 2025-10-10 13:54:10 -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.1"
version = "0.4.0"
dependencies = [
"async-std",
"const_format",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "icarus_envy"
version = "0.4.1"
version = "0.4.0"
edition = "2024"
rust-version = "1.88"