-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add gc unused patches logic and fix tests
- Loading branch information
1 parent
7ad774a
commit a64ed39
Showing
3 changed files
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
[workspace] | ||
members = ["serde", "serde_derive"] | ||
|
||
[patch.crates-io] | ||
serde = { path = "serde" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
Removing bar from dependencies | ||
Updating git repository `[ROOTURL]/bar[..]` | ||
Updating git repository `[ROOTURL]/bar[..]` | ||
Updating `dummy-registry` index | ||
warning: Patch `bar v0.1.0 ([..])` was not used in the crate graph. | ||
Perhaps you misspelled the source URL being patched. | ||
Possible URLs for `[patch.<URL>]`: | ||
[ROOT]/bar2 |