From b501ab41b2f60ffed13204009793e13934a37675 Mon Sep 17 00:00:00 2001 From: alcolmenar Date: Tue, 8 Aug 2023 14:41:56 -0700 Subject: [PATCH] fix: failing invalid_gc_patch test --- tests/testsuite/cargo_remove/invalid_gc_patch/out/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/testsuite/cargo_remove/invalid_gc_patch/out/Cargo.toml b/tests/testsuite/cargo_remove/invalid_gc_patch/out/Cargo.toml index 7070e0631d93..28b028417f78 100644 --- a/tests/testsuite/cargo_remove/invalid_gc_patch/out/Cargo.toml +++ b/tests/testsuite/cargo_remove/invalid_gc_patch/out/Cargo.toml @@ -3,3 +3,6 @@ [workspace] members = ["serde", "serde_derive"] +[patch.crates-io] +serde = { path = "serde" } +