This commit is contained in:
+2
-2
@@ -56,8 +56,8 @@ http-body = "0.3"
|
||||
pin-project = "0.4"
|
||||
|
||||
# prost
|
||||
prost = { git = "https://github.com/danburkert/prost", branch = "master", optional = true }
|
||||
prost-derive = { git = "https://github.com/danburkert/prost", branch = "master", optional = true }
|
||||
prost = { version = "0.6", optional = true }
|
||||
prost-derive = { version = "0.6", optional = true }
|
||||
|
||||
# codegen
|
||||
async-trait = { version = "0.1.13", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user