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 4 until (at least) 4.0.32 have scrapped actual color support. we stay on 3.x until that's fixed.
clap = "3.*" clap = "3.*"
path-absolutize = "*" path-absolutize = "*"
regex = "1.7.1" regex = "*"
serde_json = "1.0.91" serde_json = "*"
pacdef_macro = {path = "pacdef_macro/"} pacdef_macro = {path = "pacdef_macro/"}
[profile.release] [profile.release]
+3 -3
View File
@@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
proc-macro2 = "1.0.49" proc-macro2 = "*"
quote = "1.0.23" quote = "*"
syn = "1.0.107" syn = "*"
[lib] [lib]
proc-macro = true proc-macro = true