Skip to content

Commit

Permalink
fix(deps): enable abscissa_core testing feature only for dev (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Dec 31, 2023
1 parent e1cfd57 commit 4f8120e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ rhai = { workspace = true }
simplelog = { workspace = true }

[dev-dependencies]
abscissa_core = { workspace = true, features = ["testing"] }
aho-corasick = { workspace = true }
dircmp = { workspace = true }
once_cell = { workspace = true }
Expand All @@ -101,7 +102,7 @@ toml = { workspace = true }
libc = "0.2.150"
[workspace.dependencies]
rustic_core = { version = "0.1.2", features = ["cli"] }
abscissa_core = { version = "0.7.0", default-features = false, features = ["application", "testing"] }
abscissa_core = { version = "0.7.0", default-features = false, features = ["application"] }

# logging
log = "0.4"
Expand Down

0 comments on commit 4f8120e

Please sign in to comment.