From 964d63ab3777d330e5875523686d78cf28585030 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 26 Nov 2024 12:41:08 -0500 Subject: [PATCH] Remove stale comment The panic has been fixed. --- test/integration-test/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/integration-test/Cargo.toml b/test/integration-test/Cargo.toml index 8901d2c4..07cdfafe 100644 --- a/test/integration-test/Cargo.toml +++ b/test/integration-test/Cargo.toml @@ -35,10 +35,6 @@ cargo_metadata = { workspace = true } # script to build this, but we want to teach cargo about the dependecy so that cache invalidation # works properly. # -# Note also that https://github.com/rust-lang/cargo/issues/10593 occurs when `target = ...` is added -# to an artifact dependency; it seems possible to work around that by setting `resolver = "1"` in -# Cargo.toml in the workspace root. -# # Finally note that *any* usage of `artifact = ...` in *any* Cargo.toml in the workspace breaks # workflows with stable cargo; stable cargo outright refuses to load manifests that use unstable # features.