CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 22:32:50 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"feb62e121b79c70026a3d7b76a30bd70"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=n5YVxUNx46YJ%2B79WV28J88weOSN0VDoqDv%2FfvaviNrgZqRFWvjgHbupTnhOQZEXwH5vT6TMU3TMkQsp0VfPgAIrh0Is8YolLxpZ%2BlU6rl%2FhzKUwooXK3XYUiINk31hBJd%2FuZ1kHOANH%2BqieSJdTqfAiyf50kyx1oiBMxkcsBGDLu4%2FzXOBxWrTwQlQifpjkyqqC7UAnccJ7HbZjYB0VvTO9N1SAO75rpm3d4DeRF18VWridgnLAKfBJY3IHTf71JDCQ0zprl07WH%2FknYLqxuUQ%3D%3D--5OwCMVf2WdBuhPeX--UCK5jQAOjLTumTTq5BKo9w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.353260158.1753137170; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 22:32:50 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 22:32:50 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E70A:39E97A:A6E62:F41A5:687EC012
Release 0.60.0 · microsoft/windows-rs · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 576
0.60.0
Compare
·
175 commits
to master
since this release
519ddf7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
This release includes an update to the windows-registry and windows-strings crates, mainly to provide various improvements to registry support for rustup.
What's Changed
- Add precise registry types and allocation-free queries and updates by @kennykerr in #3184
- Add registry
Value
to/fromHSTRING
conversion by @kennykerr in #3190 - Replace
From<&str>
forGUID
withTryFrom<&str>
by @kennykerr in #3193 - Remove uneeded feature dependencies by @kennykerr in #3201
- docs: add root level documentation for all libraries by @Nerixyz in #3202
- Cleanup doc testing by @Nerixyz in #3205
- Revert cfg doc by @kennykerr in #3206
- Remove workaround for "unused" private fields by @kennykerr in #3207
- Immutable Event implementation by @lifers in #3198
- Always treat warnings as errors by @kennykerr in #3210
- Consistent allocation failure handling by @kennykerr in #3209
- Improve class hierarchy support by @kennykerr in #3212
- Consistent allocation failure for stock collections by @kennykerr in #3216
- Consistent allocation failure for
windows-registry
by @kennykerr in #3215 - Add default "std" feature for
windows-registry
crate by @kennykerr in #3214 - Overhaul async and future support by @kennykerr in #3213
- Addressing new nightly Clippy warning by @kennykerr in #3222
- Add async
ready
support by @kennykerr in #3221 - Bump micromatch from 4.0.5 to 4.0.8 in /web/features by @dependabot in #3223
- Add file dialog sample by @kennykerr in #3226
- Use relative path for extension by @glandium in #3224
- Simplify trait bounds for interface implementations by @kennykerr in #3227
- Remove unnecessary closure from generated code by @kennykerr in #3228
- Bump webpack from 5.90.2 to 5.94.0 in /web/features by @dependabot in #3236
- Add async
spawn
support by @kennykerr in #3235 - Nightly Clippy warning about assumed lifetime by @kennykerr in #3243
- Regenerate GNU libs by @riverar in #3241
- Add support for composable constructors by @kennykerr in #3246
- Use workspace dependencies where practical by @kennykerr in #3248
- Add test folders by @kennykerr in #3252
- Improve interop testing by @kennykerr in #3253
- Avoid deriving
Eq
for structs containing floating point type parameters by @kennykerr in #3255 - Add test for composable type authoring support by @kennykerr in #3259
- Factory cache statics don't need to be public by @kennykerr in #3261
- Allow
noexcept
methods in a composable hierarchy by @kennykerr in #3262 - Group more of the WinRT tests together by @kennykerr in #3263
- Remove "riddle" and metadata generation by @kennykerr in #3266
- Improvements to
windows-metadata
by @kennykerr in #3268 - We can now derive
Eq
andPartialEq
for structs containing callbacks by @kennykerr in #3270 - Simpler "retval" heuristic by @kennykerr in #3271
- Test error handling for
windows-bindgen
crate by @kennykerr in #3272 - Exclude
web
on most workflows by @kennykerr in #3279 - Bump serve-static and express in /web/features by @dependabot in #3274
- Update jsonschema requirement from 0.18 to 0.19 by @dependabot in #3283
- Move
VARIANT
support to thewindows
crate by @kennykerr in #3282 - Update
jsonschema
dependency by @kennykerr in #3286 - Expand
raw-dylib
testing by @kennykerr in #3287 - Fix for
cppwinrt
concurrency issue by @kennykerr in #3289 - Address Rust nightly compiler warnings by @kennykerr in #3292
- Add
Deref
implementation forHSTRING
by @kennykerr in #3291 - Release 0.60.0 by @kennykerr in #3293
New Contributors
Full Changelog: 0.59.0...0.60.0
Assets 2
10 people reacted
You can’t perform that action at this time.