version bump 0.3.2 => 0.3.3 #51
Annotations
16 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Setup Toolchain
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/
|
Setup Toolchain
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/
|
Setup Toolchain
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/
|
Setup Toolchain
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 linting:
src/error.rs#L29
`to_string` applied to a type that implements `Display` in `write!` args
|
Clippy linting:
src/error.rs#L31
`to_string` applied to a type that implements `Display` in `write!` args
|
Clippy linting:
src/warc_reader.rs#L58
file opened with `create`, but `truncate` behavior not defined
|
Clippy linting:
src/warc_reader.rs#L60
this operation has no effect
|
Clippy linting:
src/warc_reader.rs#L74
this operation has no effect
|
Clippy linting:
src/warc_reader.rs#L122
this operation has no effect
|
Clippy linting:
src/warc_reader.rs#L205
this operation has no effect
|
Clippy linting:
src/warc_reader.rs#L274
this operation has no effect
|
Clippy linting:
src/warc_writer.rs#L48
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy linting:
src/warc_writer.rs#L85
file opened with `create`, but `truncate` behavior not defined
|
Loading