Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 15, 2024
1 parent 7048be4 commit 434789e
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 crates/data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml-test-data"
version = "1.8.1"
version = "1.9.0"
description = "TOML test cases"
repository = "https://github.com/epage/toml-test-rs"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
toml-test-data = { version = "1.8.1", path = "../data" }
toml-test-data = { version = "1.9.0", path = "../data" }
toml-test = { version = "^1.0.1", path = "../../" }
ignore = "0.4.18"
libtest-mimic = "0.7.0"
Expand Down

0 comments on commit 434789e

Please sign in to comment.