Skip to content

Commit

Permalink
Remove illegal star dependency (#10095)
Browse files Browse the repository at this point in the history
The wildcard dev-dependency added in #9632 blocked us from publishing
the crate

Co-authored-by: JT <[email protected]>
  • Loading branch information
sholderbach and sophiajt committed Aug 22, 2023
1 parent 894e0f7 commit d2abb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d2abb86

Please sign in to comment.