Bump version to 0.14.0 #98
Annotations
18 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/cache@v2, 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/
|
src/reg_key_metadata.rs#L41
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
|
src/reg_key_metadata.rs#L41
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
|
src/common.rs#L20
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
src/encoder/mod.rs#L104
this expression creates a reference which is immediately dereferenced by the compiler
|
src/reg_key.rs#L615
casting raw pointers to the same type and constness is unnecessary (`*const u16` -> `*const u16`)
|
src/transaction.rs#L11
needless `fn main` in doctest
|
|
tests/reg_key.rs#L141
try not to call a closure in the expression where it is declared
|
tests/reg_key.rs#L186
try not to call a closure in the expression where it is declared
|
tests/reg_key.rs#L187
try not to call a closure in the expression where it is declared
|
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/
|
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/
|
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/
|
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/
|
src/reg_key_metadata.rs#L41
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
|
src/reg_key_metadata.rs#L41
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
|
|
The logs for this run have expired and are no longer available.
Loading