Skip to content

Commit

Permalink
Merge pull request #661 from epage/test
Browse files Browse the repository at this point in the history
test: Update compliance suite
  • Loading branch information
epage committed Dec 7, 2023
2 parents f4c4cd2 + 8e7e2a1 commit 42f4d56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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/toml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde_spanned = { version = "0.6.4", path = "../serde_spanned", features = ["ser
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
toml-test-harness = "0.4.8"
toml-test-data = "1.6.0"
toml-test-data = "1.7.0"
snapbox = "0.4.11"

[[test]]
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde_spanned = { version = "0.6.4", path = "../serde_spanned", features = ["ser
[dev-dependencies]
serde_json = "1.0.96"
toml-test-harness = "0.4.8"
toml-test-data = "1.6.0"
toml-test-data = "1.7.0"
libtest-mimic = "0.6.0"
snapbox = { version = "0.4.11", features = ["harness"] }

Expand Down

0 comments on commit 42f4d56

Please sign in to comment.