We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6f351 commit b8ddc3aCopy full SHA for b8ddc3a
plugins/Cargo.toml
@@ -22,7 +22,7 @@ travis-ci = { repository = "google/tarpc" }
22
[dependencies]
23
proc-macro2 = "1.0"
24
quote = "1.0"
25
-syn = { version = "2.0", features = ["full"] }
+syn = { version = "2.0", features = ["full", "extra-traits"] }
26
27
[lib]
28
proc-macro = true
tarpc/Cargo.toml
@@ -49,7 +49,7 @@ pin-project = "1.0"
49
rand = "0.8"
50
serde = { optional = true, version = "1.0", features = ["derive"] }
51
static_assertions = "1.1.0"
52
-tarpc-plugins = { path = "../plugins", version = "0.13" }
+tarpc-plugins = { path = "../plugins", version = "0.13", registry = "umbra"}
53
thiserror = "1.0"
54
tokio = { version = "1", features = ["time"] }
55
tokio-util = { version = "0.7.3", features = ["time"] }
0 commit comments