mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
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:
parent
779a3c075e
commit
4073783d6e
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ members = [
|
|||
"crates/nu-std",
|
||||
"crates/nu-table",
|
||||
"crates/nu-term-grid",
|
||||
"crates/nu-test-support",
|
||||
"crates/nu-utils",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue