Skip to content

Commit abf833e

Browse files
committed
Make toml-test-harness a dev-dependency
1 parent 9cf6a4e commit abf833e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integ-tests/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ publish = false
99
codespan-reporting = "0.12"
1010
insta = { version = "1.34", features = ["json"] }
1111
pretty_assertions = "1.4"
12-
toml-test-harness = "0.4"
1312
toml-span = { workspace = true, features = ["reporting", "serde"] }
1413

14+
[dev-dependencies]
15+
toml-test-harness = "0.4"
16+
1517
[[test]]
1618
name = "toml_test"
1719
harness = false

0 commit comments

Comments
 (0)