Skip to content

Commit f6b94f3

Browse files
committed
fix: failing old gc_patch test
1 parent b501ab4 commit f6b94f3

File tree

1 file changed

+3
-0
lines changed
  • tests/testsuite/cargo_remove/gc_patch/out

1 file changed

+3
-0
lines changed

tests/testsuite/cargo_remove/gc_patch/out/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ members = [ "my-member" ]
55
name = "my-project"
66
version = "0.1.0"
77

8+
[patch."[ROOTURL]/bar1"]
9+
bar = { git = "[ROOTURL]/bar2" }
10+
811
[patch.crates-io]
912
bar = { git = "[ROOTURL]/bar2" }

0 commit comments

Comments
 (0)