Skip to content

Commit d4b6aff

Browse files
Merge branch 'release' into th/support-python-3.14
2 parents 1d0be39 + 09ea0e4 commit d4b6aff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_results_parser"
3-
version = "0.5.1"
3+
version = "0.5.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -14,4 +14,4 @@ quick-xml = "0.36.0"
1414
regex = "1.10.4"
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
17-
rinja = "0.3.4"
17+
rinja = "0.3.4"

0 commit comments

Comments
 (0)