Skip to content

Updated libraries.

Updated libraries. #36

Triggered via push November 21, 2024 19:32
Status Success
Total duration 2m 16s
Artifacts

run_tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
current MSRV (Minimum Supported Rust Version) is `1.60.0` but this item is stable since `1.70.0`: src/lib.rs#L43
warning: current MSRV (Minimum Supported Rust Version) is `1.60.0` but this item is stable since `1.70.0` --> src/lib.rs:43:10 | 43 | #[derive(RustEmbed)] | ^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv note: the lint level is defined here --> src/lib.rs:1:9 | 1 | #![warn(clippy::all, rust_2018_idioms)] | ^^^^^^^^^^^ = note: `#[warn(clippy::incompatible_msrv)]` implied by `#[warn(clippy::all)]` = note: this warning originates in the derive macro `RustEmbed` (in Nightly builds, run with -Z macro-backtrace for more info)
use of deprecated associated function `egui::ComboBox::from_id_source`: Renamed id_salt: src/app.rs#L289
warning: use of deprecated associated function `egui::ComboBox::from_id_source`: Renamed id_salt --> src/app.rs:289:33 | 289 | egui::ComboBox::from_id_source(1) | ^^^^^^^^^^^^^^
use of deprecated method `egui::Ui::set_enabled`: Use disable(), add_enabled_ui(), or add_enabled() instead: src/app.rs#L141
warning: use of deprecated method `egui::Ui::set_enabled`: Use disable(), add_enabled_ui(), or add_enabled() instead --> src/app.rs:141:20 | 141 | ui.set_enabled(false); | ^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
unused import: `about_dialog::*`: src/lib.rs#L17
warning: unused import: `about_dialog::*` --> src/lib.rs:17:9 | 17 | pub use about_dialog::*; | ^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
hidden lifetime parameters in types are deprecated: src/about_dialog.rs#L42
warning: hidden lifetime parameters in types are deprecated --> src/about_dialog.rs:42:39 | 42 | ... let button: egui::Button = egui::Button::new(fl!(crate::LANGUAGE_LOADER, "about-dialog-ok")).min_size(Vec2::new(100.0, 24.0)); | ------^^^^^^ | | | expected lifetime parameter | note: the lint level is defined here --> src/lib.rs:1:22 | 1 | #![warn(clippy::all, rust_2018_idioms)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(rust_2018_idioms)]` help: indicate the anonymous lifetime | 42 | let button: egui::Button<'_> = egui::Button::new(fl!(crate::LANGUAGE_LOADER, "about-dialog-ok")).min_size(Vec2::new(100.0, 24.0)); | ++++
run_checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@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/
run_checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1, 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/