Skip to content

Commit

Permalink
move some xcresult deps to dev deps (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrankland authored Oct 8, 2024
1 parent 881e66a commit 3fa7c92
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions xcresult/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ path = "src/xcresult.rs"
[dependencies]
anyhow = "1.0.89"
chrono = "0.4.38"
ctor = "0.2.8"
flate2 = "1.0.34"
indexmap = "2.6.0"
lazy_static = "1.5.0"
log = "0.4.22"
quick-junit = "0.5.0"
regex = "1.11.0"
serde_json = "1.0.128"
uuid = { version = "1.10.0", features = ["v5"] }

[dev-dependencies]
ctor = "0.2.8"
flate2 = "1.0.34"
tar = "0.4.42"
temp_testdir = "0.2.3"
uuid = { version = "1.10.0", features = ["v5"] }

0 comments on commit 3fa7c92

Please sign in to comment.