Skip to content

fix(deps): update rust crate tauri to 1.5 #17

fix(deps): update rust crate tauri to 1.5

fix(deps): update rust crate tauri to 1.5 #17

Triggered via pull request September 28, 2023 23:01
Status Success
Total duration 27s
Artifacts

format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 5 warnings
using `clone` on type `usize` which implements the `Copy` trait: src/lib.rs#L76
error: using `clone` on type `usize` which implements the `Copy` trait --> src/lib.rs:76:25 | 76 | let req_key = payload.callback.0.clone(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `payload.callback.0` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `-D clippy::clone-on-copy` implied by `-D warnings`
single-character string constant used as pattern: src/lib.rs#L58
error: single-character string constant used as pattern --> src/lib.rs:58:32 | 58 | let pieces = url.split("/").collect::<Vec<_>>(); | ^^^ help: try using a `char` instead: `'/'` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern = note: `-D clippy::single-char-pattern` implied by `-D warnings`
using `clone` on type `usize` which implements the `Copy` trait: src/lib.rs#L76
error: using `clone` on type `usize` which implements the `Copy` trait --> src/lib.rs:76:25 | 76 | let req_key = payload.callback.0.clone(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `payload.callback.0` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `-D clippy::clone-on-copy` implied by `-D warnings`
single-character string constant used as pattern: src/lib.rs#L58
error: single-character string constant used as pattern --> src/lib.rs:58:32 | 58 | let pieces = url.split("/").collect::<Vec<_>>(); | ^^^ help: try using a `char` instead: `'/'` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern = note: `-D clippy::single-char-pattern` implied by `-D warnings`
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
format
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/
format
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/
format
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/
format
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/