chore: bump MSRV to 1.63 #4917
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
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
warnings
16s
Matrix: test
all systems go!
0s
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/
|