Skip to content

Commit

Permalink
Fix builds with --all-features (#5419)
Browse files Browse the repository at this point in the history
* Fix builds with --all-features

* Revert dev dependency removal
  • Loading branch information
rdettai authored Sep 13, 2024
1 parent d142f59 commit 8988310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quickwit/quickwit-codegen/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ async-trait = { workspace = true }
bytesize = { workspace = true }
futures = { workspace = true }
http = { workspace = true }
mockall = { workspace = true, optional = true }
prost = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
Expand All @@ -38,4 +39,4 @@ quickwit-actors = { workspace = true, features = ["testsuite"] }
quickwit-codegen = { workspace = true }

[features]
testsuite = []
testsuite = ["mockall"]

0 comments on commit 8988310

Please sign in to comment.