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`
This commit is contained in:
Stefan Holderbach 2024-02-14 17:48:46 +01:00 committed by GitHub
parent 779a3c075e
commit 4073783d6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,7 @@ members = [
"crates/nu-std",
"crates/nu-table",
"crates/nu-term-grid",
"crates/nu-test-support",
"crates/nu-utils",
]