File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ travis-ci = { repository = "google/tarpc" }
2222[dependencies ]
2323proc-macro2 = " 1.0"
2424quote = " 1.0"
25- syn = { version = " 2.0" , features = [" full" ] }
25+ syn = { version = " 2.0" , features = [" full" , " extra-traits " ] }
2626
2727[lib ]
2828proc-macro = true
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ pin-project = "1.0"
4949rand = " 0.8"
5050serde = { optional = true , version = " 1.0" , features = [" derive" ] }
5151static_assertions = " 1.1.0"
52- tarpc-plugins = { path = " ../plugins" , version = " 0.13" }
52+ tarpc-plugins = { path = " ../plugins" , version = " 0.13" , registry = " umbra " }
5353thiserror = " 1.0"
5454tokio = { version = " 1" , features = [" time" ] }
5555tokio-util = { version = " 0.7.3" , features = [" time" ] }
You can’t perform that action at this time.
0 commit comments