diff --git a/cli/Cargo.toml b/cli/Cargo.toml index dd6243fd6..b3643375e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -75,7 +75,7 @@ testutils = { workspace = true } [features] default = [] -bench = ["criterion"] +bench = ["dep:criterion"] packaging = ["watchman"] vendored-openssl = ["git2/vendored-openssl", "jj-lib/vendored-openssl"] watchman = ["jj-lib/watchman"]