bumping version #440
ci.yml
on: push
Check (fmt, dependency check, clippy, test)
58s
Annotations
2 errors and 2 warnings
doc list item without indentation:
chitchat/src/lib.rs#L365
error: doc list item without indentation
--> chitchat/src/lib.rs:365:9
|
365 | /// execution of the callback.
| ^
|
= 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: `-D clippy::doc-lazy-continuation` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]`
help: indent this line
|
365 | /// execution of the callback.
| ++
|
Check (fmt, dependency check, clippy, test)
Clippy had exited with the 101 exit code
|
Check (fmt, dependency check, clippy, test)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check (fmt, dependency check, clippy, test)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|