File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
or disable fetching the registry's index during each build. The method is
13
13
only available when the ` unstable ` rustwide feature is enabled.
14
14
- 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.
15
17
16
18
### Changed
17
19
18
20
- ** BREAKING:** The registry index will now be fetched during each build
19
21
instead of being cached during the workspace's initialization. It's possible
20
22
to use the ` WorkspaceBuilder::fetch_registry_index_during_builds ` method to
21
23
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.
22
27
- When the ` unstable ` feature flag is enabled rustwide will use Cargo's
23
28
` -Zinstall-upgrade ` to update its tools instead of the
24
29
` cargo-install-upgrade ` crate. This will speed up the workspace
You can’t perform that action at this time.
0 commit comments