Skip to content

Commit

Permalink
[quick-junit] version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 27, 2023
1 parent bf9a839 commit 96b2d16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ self_update = { version = "0.39.0", optional = true, default-features = false, f

nextest-filtering = { version = "0.5.1", path = "../nextest-filtering" }
nextest-metadata = { version = "0.9.2", path = "../nextest-metadata" }
quick-junit = { version = "0.3.4", path = "../quick-junit" }
quick-junit = { version = "0.3.5", path = "../quick-junit" }
uuid = { version = "1.5.0", features = ["v4"] }
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
console-subscriber = { version = "0.2.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion quick-junit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "quick-junit"
description = "Data model and serializer for JUnit/XUnit XML"
version = "0.3.4"
version = "0.3.5"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/nextest-rs/nextest"
Expand Down

0 comments on commit 96b2d16

Please sign in to comment.