mirror of
https://github.com/RGBCube/cstree
synced 2025-09-13 00:27:56 +00:00
chore: bump dependency minor versions
This commit is contained in:
parent
8708fda02f
commit
f531eeed29
3 changed files with 10 additions and 10 deletions
|
@ -15,9 +15,9 @@ name = "cstree_derive"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.26"
|
||||
syn = { version = "2.0.14" }
|
||||
proc-macro2 = "1.0.95"
|
||||
quote = "1.0.40"
|
||||
syn = { version = "2.0.104" }
|
||||
|
||||
[dev-dependencies]
|
||||
cstree = { path = "../cstree" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue