unpin dependencies
This commit is contained in:
+2
-2
@@ -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]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user