Make RegValue.bytes
a Cow<[u8]>
instead of Vec<u8>
#114
Annotations
19 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Install rust-stable
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/
|
Install rust-stable
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/
|
Install rust-stable
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/
|
Install rust-stable
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/
|
Lint:
src/reg_key_metadata.rs#L41
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
|
Lint:
src/reg_key_metadata.rs#L41
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
|
Lint:
src/reg_key.rs#L104
current MSRV (Minimum Supported Rust Version) is `1.34.0` but this item is stable since `1.37.0`
|
Lint:
src/reg_key.rs#L199
current MSRV (Minimum Supported Rust Version) is `1.34.0` but this item is stable since `1.37.0`
|
Lint:
src/reg_key.rs#L242
current MSRV (Minimum Supported Rust Version) is `1.34.0` but this item is stable since `1.37.0`
|
Lint:
src/reg_key.rs#L304
current MSRV (Minimum Supported Rust Version) is `1.34.0` but this item is stable since `1.37.0`
|
Lint:
src/reg_key.rs#L358
current MSRV (Minimum Supported Rust Version) is `1.34.0` but this item is stable since `1.37.0`
|
Lint:
src/reg_key.rs#L399
current MSRV (Minimum Supported Rust Version) is `1.34.0` but this item is stable since `1.37.0`
|
Lint:
src/reg_key.rs#L399
current MSRV (Minimum Supported Rust Version) is `1.34.0` but this item is stable since `1.37.0`
|
Lint:
src/reg_key.rs#L425
current MSRV (Minimum Supported Rust Version) is `1.34.0` but this item is stable since `1.37.0`
|
Run tests (all features):
src/reg_key_metadata.rs#L41
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
|
Run tests (all features):
src/reg_key_metadata.rs#L41
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
|
Run tests (all features)
`winreg` (lib) generated 2 warnings
|
Run tests (all features)
`winreg` (lib test) generated 2 warnings (2 duplicates)
|
Loading