unpin dependencies

This commit is contained in:
timeshifter
2023-01-12 23:31:12 +01:00
parent 6ca8cd1f09
commit 0c350f7d7f
2 changed files with 5 additions and 5 deletions
+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
[dependencies]
proc-macro2 = "1.0.49"
quote = "1.0.23"
syn = "1.0.107"
proc-macro2 = "*"
quote = "*"
syn = "*"
[lib]
proc-macro = true