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
+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