You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
Copy file name to clipboardExpand all lines: Cargo.toml
+3-3
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ default = ["max"]
36
36
##
37
37
## 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.
38
38
## 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"]
40
40
41
41
## Like `max`, but only Rust is allowed.
42
42
##
@@ -47,9 +47,9 @@ max = ["max-control", "fast", "gitoxide-core-blocking-client", "http-client-curl
## All of the good stuff, with less fanciness for smaller binaries.
52
+
## All the good stuff, with less fanciness for smaller binaries.
53
53
##
54
54
## 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.
0 commit comments