build: generate root crate paths correctly (#623)
We shouldn't append `proto_path` (`super` by default) if the path starts with `crate::`. Fixes https://github.com/hyperium/tonic/issues/548
This commit is contained in:
@@ -20,5 +20,6 @@ members = [
|
||||
"tests/extern_path/my_application",
|
||||
"tests/integration_tests",
|
||||
"tests/stream_conflict",
|
||||
"tests/root-crate-path",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user