Compare commits
No commits in common. "8352448bd93eb543d2488f9a707173f6eb8ce1b1" and "99d69c70d8d1f791e3424a3bc87a9f32dfe65fdc" have entirely different histories.
8352448bd9
...
99d69c70d8
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.159", features = ["derive"] }
|
serde = { version = "1.0.158", 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.12", features = ["full", "fold"] }
|
syn = { version = "2.0.11", features = ["full", "fold"] }
|
||||||
quote = "1.0.26"
|
quote = "1.0.26"
|
Loading…
Reference in a new issue