Skip to content

chore: bump MSRV to 1.63 #4917

chore: bump MSRV to 1.63

chore: bump MSRV to 1.63 #4917

Triggered via pull request November 6, 2023 23:19
Status Failure
Total duration 13m 24s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

on: pull_request
cargo check
37s
cargo check
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
cargo fmt
6s
cargo fmt
cargo test (feature-specific)
8m 1s
cargo test (feature-specific)
Matrix: test
all systems go!
0s
all systems go!
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
this `impl` can be derived: tracing-attributes/src/attr.rs#L265
error: this `impl` can be derived --> tracing-attributes/src/attr.rs:265:1 | 265 | / impl Default for FormatMode { 266 | | fn default() -> Self { 267 | | FormatMode::Default 268 | | } 269 | | } | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls = note: `-D clippy::derivable-impls` implied by `-D warnings` = help: remove the manual implementation... help: ...and instead derive it... | 259 + #[derive(Default)] 260 | pub(crate) enum FormatMode { | help: ...and mark the default variant | 260 ~ #[default] 261 ~ Default, |
warnings
Clippy had exited with the 101 exit code
cargo test (wasm) (tracing)
Process completed with exit code 1.
cargo test (feature-specific)
Process completed with exit code 101.
warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/