Commit f4be7b7
committed
fix(prost-build): re-export
fixes: #1062
I'm adding to fix a breaking change introduced in #1020
which moved these items.
Since `0.12.5` this is causing build failures after `cargo update`.
```
Compiling grpc-build v6.1.0
error[E0432]: unresolved imports `prost_build::protoc_from_env`, `prost_build::protoc_include_from_env`
--> /Users/ethan.brierley/.cargo/registry/src/index.crates.io-6f17d22bba15001f/grpc-build-6.1.0/src/lib.rs:3:19
|
3 | use prost_build::{protoc_from_env, protoc_include_from_env, Module};
| ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ no `protoc_include_from_env` in the root
| |
| no `protoc_from_env` in the root
```error_message_protoc_not_found, protoc_from_env & protoc_include_from_env
1 parent 26405ab commit f4be7b7
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
| |||
0 commit comments