Bump tonic-build from 0.12.2 to 0.12.3 #33
Annotations
3 errors and 2 warnings
target/debug/build/easydep-server-86402f5017816963/out/easydep.rs#L610
error[E0599]: no associated item named `GRPC_STATUS` found for struct `tonic::Status` in the current scope
--> /home/runner/work/easydep/easydep/target/debug/build/easydep-server-86402f5017816963/out/easydep.rs:610:48
|
610 | ... tonic::Status::GRPC_STATUS,
| ^^^^^^^^^^^ associated item not found in `Status`
|
target/debug/build/easydep-server-86402f5017816963/out/easydep.rs#L848
error[E0599]: no associated item named `GRPC_STATUS` found for struct `tonic::Status` in the current scope
--> /home/runner/work/easydep/easydep/target/debug/build/easydep-server-86402f5017816963/out/easydep.rs:848:48
|
848 | ... tonic::Status::GRPC_STATUS,
| ^^^^^^^^^^^ associated item not found in `Status`
|
|
easydep-client/build.rs#L30
warning: use of deprecated method `tonic_build::Builder::compile`: renamed to `compile_protos()`
--> easydep-client/build.rs:30:10
|
30 | .compile(
| ^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
easydep-server/build.rs#L30
warning: use of deprecated method `tonic_build::Builder::compile`: renamed to `compile_protos()`
--> easydep-server/build.rs:30:10
|
30 | .compile(
| ^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
The logs for this run have expired and are no longer available.
Loading