From ee3b7714f66d2f948eb55bc98102f2e60d7ae46e Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 3 Jul 2021 12:35:27 -0700 Subject: [PATCH] Remove outdated note in `Cargo.toml` (#891) --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ad81d2..275f9d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,9 +49,6 @@ pretty_assertions = "0.7.0" which = "4.0.0" yaml-rust = "0.4.5" -# Until github.com/rust-lang/cargo/pull/7333 makes it into stable, -# this version-less dev-dependency will interfere with publishing -# to crates.io. In the meantime, we can publish with nighlty cargo. [dev-dependencies.test-utilities] path = "test-utilities"