Compare commits
4 commits
63f6c1d6e3
...
5ef3b0df67
Author | SHA1 | Date | |
---|---|---|---|
5ef3b0df67 | |||
965c1d9493 | |||
3c83430bbb | |||
fe41264394 |
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +13,4 @@ anyhow = { version = "1.0.68", features = ["backtrace"] }
|
||||||
reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
||||||
|
|
||||||
# networking
|
# networking
|
||||||
serde = { version = "1.0.154", features = ["derive"] }
|
serde = { version = "1.0.155", features = ["derive"] }
|
||||||
|
|
|
@ -10,4 +10,4 @@ proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "1.0.109", features = ["full", "fold"] }
|
syn = { version = "1.0.109", features = ["full", "fold"] }
|
||||||
quote = "1.0.25"
|
quote = "1.0.26"
|
Loading…
Reference in a new issue