From d2abb8603abab43ec4a6d4ed56f9018790b99dce Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Tue, 22 Aug 2023 23:09:23 +0200 Subject: [PATCH] Remove illegal star dependency (#10095) The wildcard dev-dependency added in #9632 blocked us from publishing the crate Co-authored-by: JT <547158+jntrnr@users.noreply.github.com> --- crates/nu-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index 5d94cf1afd..cf7234549b 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -36,4 +36,4 @@ serde_json = "1.0" strum = "0.25" strum_macros = "0.25" nu-test-support = { path = "../nu-test-support", version = "0.84.0" } -rstest = "*" +rstest = "0.18"