Skip to content

Commit 3506afb

Browse files
committed
fix: no ein t query in max-pure (GitoxideLabs#1681)
That way, it won't require sqlite to be compiled, which was part of the original idea. It's worth noting that some C is still getting compiled right now as part of `ring`.
1 parent 906acd3 commit 3506afb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ default = ["max"]
3636
##
3737
## As fast as possible, tracing, with TUI progress, progress line rendering with autoconfiguration, all transports based on their most mature implementation (HTTP), all `ein` tools, CLI colors and local-time support, JSON output, regex support for rev-specs.
3838
## Can be amended with the `http-client-curl-rustls` feature to avoid `openssl` as backend.
39-
max = ["max-control", "fast", "gitoxide-core-blocking-client", "http-client-curl"]
39+
max = ["max-control", "fast", "gitoxide-core-tools-query", "gitoxide-core-tools-corpus", "gitoxide-core-blocking-client", "http-client-curl"]
4040

4141
## Like `max`, but only Rust is allowed.
4242
##
@@ -47,9 +47,9 @@ max = ["max-control", "fast", "gitoxide-core-blocking-client", "http-client-curl
4747
max-pure = ["max-control", "gix-features/rustsha1", "gix-features/zlib-rust-backend", "http-client-reqwest", "gitoxide-core-blocking-client"]
4848

4949
## Like `max`, but with more control for configuration. See the *Package Maintainers* headline for more information.
50-
max-control = ["tracing", "fast-safe", "pretty-cli", "gitoxide-core-tools-query", "gitoxide-core-tools-corpus", "gitoxide-core-tools", "prodash-render-line", "prodash-render-tui", "prodash/render-line-autoconfigure", "gix/revparse-regex"]
50+
max-control = ["tracing", "fast-safe", "pretty-cli", "gitoxide-core-tools", "prodash-render-line", "prodash-render-tui", "prodash/render-line-autoconfigure", "gix/revparse-regex"]
5151

52-
## All of the good stuff, with less fanciness for smaller binaries.
52+
## All the good stuff, with less fanciness for smaller binaries.
5353
##
5454
## As fast as possible, progress line rendering, all transports based on their most mature implementation (HTTP), all `ein` tools, CLI colors and local-time support, JSON output.
5555
lean = ["fast", "tracing", "pretty-cli", "http-client-curl", "gitoxide-core-tools-query", "gitoxide-core-tools-corpus", "gitoxide-core-tools", "gitoxide-core-blocking-client", "prodash-render-line"]

0 commit comments

Comments
 (0)