build: Bump Rust version to 1.66 #12
rust.yml
on: push
Rustfmt
18s
Rustdoc-check
13m 32s
Clippy
15m 1s
Security audit
11s
Matrix: test
Annotations
22 errors and 33 warnings
casting `bool` to `u8` is more cleanly stated with `u8::from(_)`:
src/db_options.rs#L2452
error: casting `bool` to `u8` is more cleanly stated with `u8::from(_)`
--> src/db_options.rs:2452:17
|
2452 | options.store_index_in_file as _,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `u8::from(options.store_index_in_file)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
|
casting `bool` to `u8` is more cleanly stated with `u8::from(_)`:
src/db_options.rs#L2451
error: casting `bool` to `u8` is more cleanly stated with `u8::from(_)`
--> src/db_options.rs:2451:17
|
2451 | options.full_scan_mode as _,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `u8::from(options.full_scan_mode)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
= note: `-D clippy::cast-lossless` implied by `-D warnings`
|
casting `bool` to `u8` is more cleanly stated with `u8::from(_)`:
src/db_options.rs#L2452
error: casting `bool` to `u8` is more cleanly stated with `u8::from(_)`
--> src/db_options.rs:2452:17
|
2452 | options.store_index_in_file as _,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `u8::from(options.store_index_in_file)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
|
casting `bool` to `u8` is more cleanly stated with `u8::from(_)`:
src/db_options.rs#L2451
error: casting `bool` to `u8` is more cleanly stated with `u8::from(_)`
--> src/db_options.rs:2451:17
|
2451 | options.full_scan_mode as _,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `u8::from(options.full_scan_mode)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
= note: `-D clippy::cast-lossless` implied by `-D warnings`
|
Rustdoc-check:
src/properties.rs#L18
unclosed HTML tag `N`
|
Rustdoc-check:
src/properties.rs#L19
unclosed HTML tag `N`
|
Rustdoc-check:
src/properties.rs#L19
unclosed HTML tag `N`
|
Rustdoc-check:
src/properties.rs#L25
unclosed HTML tag `N`
|
Rustdoc-check:
src/properties.rs#L26
unclosed HTML tag `N`
|
Rustdoc-check:
src/properties.rs#L26
unclosed HTML tag `N`
|
Rustdoc-check:
src/properties.rs#L29
unclosed HTML tag `N`
|
Rustdoc-check:
src/properties.rs#L48
unclosed HTML tag `n`
|
Rustdoc-check:
src/properties.rs#L195
unclosed HTML tag `N`
|
Rustdoc-check
could not document `rocksdb`
|
casting `bool` to `u8` is more cleanly stated with `u8::from(_)`:
src/db_options.rs#L2452
error: casting `bool` to `u8` is more cleanly stated with `u8::from(_)`
--> src/db_options.rs:2452:17
|
2452 | options.store_index_in_file as _,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `u8::from(options.store_index_in_file)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
|
casting `bool` to `u8` is more cleanly stated with `u8::from(_)`:
src/db_options.rs#L2451
error: casting `bool` to `u8` is more cleanly stated with `u8::from(_)`
--> src/db_options.rs:2451:17
|
2451 | options.full_scan_mode as _,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `u8::from(options.full_scan_mode)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
= note: `-D clippy::cast-lossless` implied by `-D warnings`
|
casting `bool` to `u8` is more cleanly stated with `u8::from(_)`:
src/db_options.rs#L2452
error: casting `bool` to `u8` is more cleanly stated with `u8::from(_)`
--> src/db_options.rs:2452:17
|
2452 | options.store_index_in_file as _,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `u8::from(options.store_index_in_file)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
|
casting `bool` to `u8` is more cleanly stated with `u8::from(_)`:
src/db_options.rs#L2451
error: casting `bool` to `u8` is more cleanly stated with `u8::from(_)`
--> src/db_options.rs:2451:17
|
2451 | options.full_scan_mode as _,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `u8::from(options.full_scan_mode)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
= note: `-D clippy::cast-lossless` implied by `-D warnings`
|
Clippy
Clippy had exited with the 101 exit code
|
macOS
Process completed with exit code 101.
|
Windows
The operation was canceled.
|
Linux
The operation was canceled.
|
Security audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/audit-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/
|
Security audit
1 warnings found!
|
Security audit
Unknown warning kind unsound found, please, file a bug
|
Rustfmt
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/
|
Rustfmt
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/
|
Rustfmt
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/
|
Rustfmt
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/
|
Rustfmt
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/
|
Rustdoc-check
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/
|
Rustdoc-check
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/
|
Rustdoc-check
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/
|
Rustdoc-check
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/
|
Rustdoc-check
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/
|
Clippy
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/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/
|
Clippy
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/
|
Clippy
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/
|
Clippy
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/
|
Clippy
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/
|
macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
macOS
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/
|
macOS
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/
|
macOS
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/
|
macOS
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/
|
Windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Windows
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/
|
Windows
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/
|
Windows
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/
|
Windows
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/
|
Linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Linux
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/
|
Linux
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/
|
Linux
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/
|
Linux
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/
|