Skip to content

Commit

Permalink
chore: histogram is not default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dilawar committed Jan 8, 2024
1 parent 35d69fa commit b3bebdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ plotly = { version = "0.8.4" }
float_eq = { version = "1", features = ["derive"] }
watermill = "0.1.1"
tracing-test = "0.2.4"
histogram-sampler = "0.5.0"

[features]
default = ["histogram"]
default = []
serde = ["dep:serde"]
histogram = ["dep:histogram"]

Expand Down

0 comments on commit b3bebdb

Please sign in to comment.