[webview-sys] Update for XCode 15.3 #128
Annotations
10 errors and 10 warnings
cargo test --workspace --all-targets:
webview-examples/examples/todo-yew.rs#L3
unresolved import `actix_web::body::Body`
|
cargo test --workspace --all-targets:
webview-examples/examples/todo-yew.rs#L41
the trait bound `fn(HttpRequest) -> HttpResponse {assets}: Handler<_>` is not satisfied
|
cargo test --workspace --all-targets:
webview-examples/examples/actix.rs#L3
unresolved import `actix_web::body::Body`
|
cargo test --workspace --all-targets:
webview-examples/examples/actix.rs#L41
the trait bound `fn(HttpRequest) -> HttpResponse {assets}: Handler<_>` is not satisfied
|
cargo test --workspace --all-targets:
webview-examples/examples/todo-yew.rs#L54
no method named `clone` found for struct `Server` in the current scope
|
cargo test --workspace --all-targets:
webview-examples/examples/actix.rs#L54
no method named `clone` found for struct `Server` in the current scope
|
cargo test --workspace --all-targets:
webview-examples/examples/todo-yew.rs#L84
no method named `stop` found for struct `Server` in the current scope
|
cargo test --workspace --all-targets
could not compile `webview-examples` (example "todo-yew" test) due to 4 previous errors
|
cargo test --workspace --all-targets:
webview-examples/examples/actix.rs#L84
no method named `stop` found for struct `Server` in the current scope
|
cargo test --workspace --all-targets
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
install nightly toolchain
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/
|
install nightly toolchain
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/
|
install nightly toolchain
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/
|
install nightly toolchain
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/
|
cargo test --workspace --all-targets:
src/lib.rs#L329
unexpected `cfg` condition value: `cargo-clippy`
|
cargo test --workspace --all-targets:
src/dialog.rs#L11
field `webview` is never read
|
cargo test --workspace --all-targets:
src/lib.rs#L374
unused return value of `Box::<T>::from_raw` that must be used
|
cargo test --workspace --all-targets
`web-view` (lib) generated 3 warnings
|
Loading