Skip to content

Commit

Permalink
[meta] add nextest-metadata version to workspace Cargo.toml
Browse files Browse the repository at this point in the history
Required for publishing.
  • Loading branch information
sunshowers committed Dec 3, 2023
1 parent c9cde34 commit f8e2e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [

[workspace.dependencies]
globset = "0.4.14"
nextest-metadata = { path = "nextest-metadata" }
nextest-metadata = { version = "0.9.3", path = "nextest-metadata" }
nextest-workspace-hack = "0.1.0"

# make backtrace + color-eyre faster on debug builds
Expand Down

0 comments on commit f8e2e27

Please sign in to comment.