tsk-22: Add function to parse env variable to a vector of strings #25

Merged
phoenix merged 8 commits from tsk-22 into main 2025-10-10 19:14:15 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1823a3a4aa - Show all commits

2
Cargo.lock generated
View File

@@ -297,7 +297,7 @@ checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
[[package]] [[package]]
name = "icarus_envy" name = "icarus_envy"
version = "0.4.0" version = "0.4.1"
dependencies = [ dependencies = [
"async-std", "async-std",
"const_format", "const_format",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "icarus_envy" name = "icarus_envy"
version = "0.4.0" version = "0.4.1"
edition = "2024" edition = "2024"
rust-version = "1.88" rust-version = "1.88"