Skip to content

Commit

Permalink
fix: failing old gc_patch test
Browse files Browse the repository at this point in the history
  • Loading branch information
alcolmenar committed Aug 8, 2023
1 parent b501ab4 commit f6b94f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testsuite/cargo_remove/gc_patch/out/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ members = [ "my-member" ]
name = "my-project"
version = "0.1.0"

[patch."[ROOTURL]/bar1"]
bar = { git = "[ROOTURL]/bar2" }

[patch.crates-io]
bar = { git = "[ROOTURL]/bar2" }

0 comments on commit f6b94f3

Please sign in to comment.