feat: update rnix, support pipe operator

This commit is contained in:
2025-05-13 11:07:56 +08:00
parent 0274d95f48
commit dcfe192aff
4 changed files with 22 additions and 6 deletions

View File

@@ -15,9 +15,9 @@ debug = 1
inherits = "release"
[dependencies]
rnix = "0.11"
rnix = "0.12"
thiserror = "2.0"
itertools = "0.12"
itertools = "0.14"
rpds = "1.1"
derive_more = { version = "2.0", features = [ "full" ] }
ecow = "0.2"