From 4073783d6e63f31ecbfd5925bff218d48f93b0b9 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Wed, 14 Feb 2024 17:48:46 +0100 Subject: [PATCH] Fix `workspace.members` for dependabot (#11855) Missed `nu-test-support` with #11387 Saw the issue on https://github.com/nushell/nushell/pull/11832/files where `which` was not updated for `nu-test-support` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6c4b919b8e..81324c5f2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,7 @@ members = [ "crates/nu-std", "crates/nu-table", "crates/nu-term-grid", + "crates/nu-test-support", "crates/nu-utils", ]