Skip to content

Commit 11950a0

Browse files
authored
feat: remove default features from statrs (#108)
statrs pulls in a number of transitive dependencies by default, which seem not to be required.
1 parent 5b72e17 commit 11950a0

File tree

2 files changed

+1
-123
lines changed

2 files changed

+1
-123
lines changed

Cargo.lock

Lines changed: 0 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ libc = "^0.2"
2626
nix = { version = "0.29.0", features = ["fs"] }
2727
serde = { workspace = true }
2828
serde_json = { workspace = true }
29-
statrs = "0.18.0"
29+
statrs = { version = "0.18.0", default-features = false }
3030
uuid = { version = "1.12.1", features = ["v4"] }
3131

3232
[[bench]]

0 commit comments

Comments
 (0)