Compare commits

..

No commits in common. "5ef3b0df67d8088d080f02412b19dd2de6b40fb9" and "63f6c1d6e328da52abe8dd6f64ac2520c5803fcc" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -13,4 +13,4 @@ anyhow = { version = "1.0.68", features = ["backtrace"] }
reprc_proc_macro = { path = "src/reprc_proc_macro" }
# networking
serde = { version = "1.0.155", features = ["derive"] }
serde = { version = "1.0.154", features = ["derive"] }

View file

@ -10,4 +10,4 @@ proc-macro = true
[dependencies]
syn = { version = "1.0.109", features = ["full", "fold"] }
quote = "1.0.26"
quote = "1.0.25"