chore(release): update changelog and bump version to 1.3.0-dev.6 #3758
Annotations
4 warnings
Setup Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run clechasseur/rs-clippy-check@v3:
packages/dapi-grpc/build.rs#L216
warning: doc list item missing indentation
--> packages/dapi-grpc/build.rs:216:9
|
216 | /// Depending on the features, either `client`, `server` or `client_server` subdirectory
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
216 | /// Depending on the features, either `client`, `server` or `client_server` subdirectory
| ++
|
Run clechasseur/rs-clippy-check@v3:
packages/dapi-grpc/build.rs#L217
warning: doc list item missing indentation
--> packages/dapi-grpc/build.rs:217:9
|
217 | /// will be created inside `out_dir`.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
217 | /// will be created inside `out_dir`.
| ++
|
Loading