Update Rust crate notify to v6 - autoclosed #1194
int_test.yml
on: pull_request
integration-tests
1m 56s
Annotations
3 errors and 7 warnings
cannot find function `watcher` in crate `notify`:
src/cli/cmd/watch.rs#L112
error[E0425]: cannot find function `watcher` in crate `notify`
--> src/cli/cmd/watch.rs:112:17
|
112 | notify::watcher(tx, Duration::from_secs(opts.delay_secs)).context(WatchSnafu)?;
| ^^^^^^^ not found in `notify`
|
unresolved import `notify::DebouncedEvent`:
src/cli/cmd/watch.rs#L2
error[E0432]: unresolved import `notify::DebouncedEvent`
--> src/cli/cmd/watch.rs:2:14
|
2 | use notify::{DebouncedEvent, RecursiveMode, Watcher};
| ^^^^^^^^^^^^^^ no `DebouncedEvent` in the root
|
integration-tests
Clippy had exited with the 101 exit code
|
unused import: `Watcher`:
src/cli/cmd/watch.rs#L2
warning: unused import: `Watcher`
--> src/cli/cmd/watch.rs:2:45
|
2 | use notify::{DebouncedEvent, RecursiveMode, Watcher};
| ^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
integration-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
|
integration-tests
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/
|
integration-tests
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/
|
integration-tests
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/
|
integration-tests
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/
|