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
Copy file name to clipboardExpand all lines: Cargo.toml
+12-4
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ default = ["max"]
32
32
33
33
## Everything, all at once.
34
34
##
35
-
## As fast as possible, with TUI progress, progress line rendering with auto-configuration, 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.
35
+
## As fast as possible, tracing, with TUI progress, progress line rendering with auto-configuration, 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.
36
36
max = ["max-control", "fast", "gitoxide-core-blocking-client", "http-client-curl"]
37
37
38
38
## Like `max`, but only Rust is allowed.
@@ -44,12 +44,12 @@ max = ["max-control", "fast", "gitoxide-core-blocking-client", "http-client-curl
## All of the good stuff, with less fanciness for smaller binaries.
50
50
##
51
51
## 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