unpin dependencies

This commit is contained in:
steven-omaha
2023-01-12 23:31:12 +01:00
parent e37e43c3d1
commit d2e2b93c04
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ anyhow = "*"
# clap 4 until (at least) 4.0.32 have scrapped actual color support. we stay on 3.x until that's fixed.
clap = "3.*"
path-absolutize = "*"
regex = "1.7.1"
serde_json = "1.0.91"
regex = "*"
serde_json = "*"
pacdef_macro = {path = "pacdef_macro/"}
[profile.release]