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:
Stefan Holderbach 2023-08-22 23:09:23 +02:00 committed by GitHub
parent 894e0f7658
commit d2abb8603a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,4 +36,4 @@ serde_json = "1.0"
strum = "0.25" strum = "0.25"
strum_macros = "0.25" strum_macros = "0.25"
nu-test-support = { path = "../nu-test-support", version = "0.84.0" } nu-test-support = { path = "../nu-test-support", version = "0.84.0" }
rstest = "*" rstest = "0.18"