Remove alloc guards and update codegen
Remove unnecessary `alloc` feature guards in `roto-tonic`. Add `roto-runtime` dependency to `codegen`, fix test data paths, and include `async-trait` in the hello world build test.
This commit is contained in:
Generated
+1
@@ -1186,6 +1186,7 @@ dependencies = [
|
||||
"http-body",
|
||||
"http-body-util",
|
||||
"log",
|
||||
"roto-runtime",
|
||||
"roto-tonic",
|
||||
"tokio-stream",
|
||||
"tonic",
|
||||
|
||||
Reference in New Issue
Block a user