Merge branch 'winapi'. Bump version to 0.53.0 #117
Annotations
10 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
|
Lint:
src/reg_key.rs#L671
casting raw pointers to the same type and constness is unnecessary (`*mut u8` -> `*mut u8`)
|
Lint:
src/reg_key.rs#L747
casting raw pointers to the same type and constness is unnecessary (`*const u8` -> `*const u8`)
|
Lint:
src/reg_key.rs#L974
casting raw pointers to the same type and constness is unnecessary (`*mut u8` -> `*mut u8`)
|
Lint:
src/transaction.rs#L11
needless `fn main` in doctest
|
Lint
`winreg` (lib) generated 4 warnings (2 duplicates)
|
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/
|
Loading