mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 09:34:30 +01: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
@ -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 New Issue
Block a user