Skip to content

Commit 53f9d2b

Browse files
committedMay 23, 2024·
chore: Release
1 parent 7db34fc commit 53f9d2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/data/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml-test-data"
3-
version = "1.10.0"
3+
version = "1.11.0"
44
description = "TOML test cases"
55
repository = "https://github.com/epage/toml-test-rs"
66
readme = "README.md"

‎crates/harness/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ all-features = true
1616
rustdoc-args = ["--cfg", "docsrs"]
1717

1818
[dependencies]
19-
toml-test-data = { version = "1.10.0", path = "../data" }
19+
toml-test-data = { version = "1.11.0", path = "../data" }
2020
toml-test = { version = "^1.0.1", path = "../../" }
2121
ignore = "0.4.18"
2222
libtest-mimic = "0.7.0"

0 commit comments

Comments
 (0)
Please sign in to comment.