v7.0.1
·
1368 commits
to refs/heads/main
since this release
What's Changed
-
Publishing Changes [Rebase \& FF] @makubacki (#216)
Change Details
## Description
Changes to publish to a registry.
Update Cago.toml files for publishing
- Get more metadata from the workspace Cargo.toml file.
- Update all dependencies to those on a published registry.
- Other minor cleanup.
Update to version 7.0.1
Version update for the upcoming release.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
- Local build, test, and doc generation
- Cargo release dry run
- Note: Due to the number of new crates being published, the initial publish will be manually done and the "publish release" GitHub workflow can be used in the future.
Integration Instructions
- After the PR is merged, use the published crates instead of obtaining crates in this repo (including
dxe_core) as a git dependency.
-
.cargo/config.toml: Replace crates.io with internal feed @makubacki (#214)
Change Details
## Description
Pull crates from the internal feed with a crates.io upstream.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Local build and server CI.
Integration Instructions
Use a cred provider (like
msrustupto the feed at https://dev.azure.com/microsoft/MsUEFI/_artifacts/feed/UefiRust.
Full Changelog: v7.0.0...v7.0.1