build(deps): bump softprops/action-gh-release from 2.2.0 to 2.2.1 #125
Annotations
2 errors
test
Process completed with exit code 1.
|
test:
examples/gen.rs#L24
error: use of deprecated method `tonic_build::Builder::compile`: renamed to `compile_protos()`
--> examples/gen.rs:24:10
|
24 | .compile(&proto_files, &[proto_dir])
| ^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|