mirror of
https://github.com/nushell/nushell
synced 2025-01-11 20:59:08 +00:00
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>
This commit is contained in:
parent
894e0f7658
commit
d2abb8603a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue