Skip to content

Commit 7c07687

Browse files
committed
add patch_with_git to changelog
1 parent f939663 commit 7c07687

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
or disable fetching the registry's index during each build. The method is
1313
only available when the `unstable` rustwide feature is enabled.
1414
- New method `Crate::purge_from_cache` to remove the cached copy of a crate.
15+
- New method `BuildBuilder::patch_with_git` to replace crates.
16+
- New method `BuildBuilder::run` to run a build.
1517

1618
### Changed
1719

1820
- **BREAKING:** The registry index will now be fetched during each build
1921
instead of being cached during the workspace's initialization. It's possible
2022
to use the `WorkspaceBuilder::fetch_registry_index_during_builds` method to
2123
revert to the old behavior.
24+
- **BREAKING:** The `BuildDirectory::build` method now returns an instance of
25+
`BuildBuilder`. You'll need to then call `BuildBuilder::run` to restore the
26+
old behavior.
2227
- When the `unstable` feature flag is enabled rustwide will use Cargo's
2328
`-Zinstall-upgrade` to update its tools instead of the
2429
`cargo-install-upgrade` crate. This will speed up the workspace

0 commit comments

Comments
 (0)