Skip to content

Commit 1b33b9a

Browse files
committed
fix(client-cli): build fails with 'future_snark'
1 parent 52ea2bc commit 1b33b9a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

mithril-client/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,7 @@ rustls-no-provider = ["reqwest/rustls-no-provider"]
4141
# Support compressed traffic with `reqwest`
4242
enable-http-compression = ["reqwest/gzip", "reqwest/zstd", "reqwest/deflate", "reqwest/brotli"]
4343

44-
# Empty feature: intentionally does NOT propagate to `mithril-common/future_snark` because
45-
# `cargo publish --dry-run` resolves `mithril-common` from crates.io where `future_snark`
46-
# does not exist yet. In CI, `--all-features` activates both this and `mithril-common`'s
47-
# `future_snark` at the workspace level, so the gated client code compiles correctly.
48-
# TODO: propagate to `mithril-common/future_snark` once the `future_snark` feature is published on crates.io.
49-
future_snark = []
44+
future_snark = ['mithril-common/future_snark']
5045

5146
# Enables usage of `rug` numerical backend in `mithril-stm` (dependency of `mithril-common`).
5247
rug-backend = ["mithril-common/rug-backend"]

0 commit comments

Comments
 (0)