Skip to content

Commit b471cf8

Browse files
committed
Set datatest crate dependencies to test-only
The dependencies being dragged in by the `datatest` crate in the workspace were being enabled not just for a test build. Most notable, this was enabling the 'private' feature of the `core` crate that dragged in the `strum` and `strum-macros` crates, slowing down the build.
1 parent 40bed0d commit b471cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/datatests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "datatests"
33
version = "0.0.0"
44
edition = "2021"
55

6-
[dependencies]
6+
[dev-dependencies]
77
datatest-stable = { workspace = true }
88
pasfmt-core = { path = "..", features = [ "_lang_types_from_str" ] }
99
spectral = { workspace = true }

0 commit comments

Comments
 (0)