Compare commits
4 commits
99d69c70d8
...
8352448bd9
Author | SHA1 | Date | |
---|---|---|---|
8352448bd9 | |||
b7a04a4188 | |||
0f7d89059e | |||
e7e8cc943b |
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +13,4 @@ anyhow = { version = "1.0.70", features = ["backtrace"] }
|
||||||
reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
||||||
|
|
||||||
# networking
|
# networking
|
||||||
serde = { version = "1.0.158", features = ["derive"] }
|
serde = { version = "1.0.159", features = ["derive"] }
|
||||||
|
|
|
@ -9,5 +9,5 @@ proc-macro = true
|
||||||
# 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]
|
||||||
syn = { version = "2.0.11", features = ["full", "fold"] }
|
syn = { version = "2.0.12", features = ["full", "fold"] }
|
||||||
quote = "1.0.26"
|
quote = "1.0.26"
|
Loading…
Reference in a new issue