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: .github/workflows/release.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,7 @@ jobs:
137
137
os: windows-latest
138
138
- target: aarch64-pc-windows-msvc
139
139
os: windows-latest
140
-
# on linux we build with musl which causes trouble with open-ssl. For now, just build max-pure there
141
-
# even though we could also build with `--features max-control,http-client-reqwest,gitoxide-core-blocking-client,gix-features/fast-sha1` for fast hashing.
140
+
# on linux we build with musl which causes trouble with open-ssl. For now, just build max-pure there.
Copy file name to clipboardexpand all lines: Cargo.toml
+8-12
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ max = ["max-control", "fast", "gitoxide-core-tools-query", "gitoxide-core-tools-
45
45
## transports as it uses Rust's HTTP implementation.
46
46
##
47
47
## As fast as possible, with TUI progress, progress line rendering with auto-configuration, all transports available but less mature pure Rust HTTP implementation, all `ein` tools, CLI colors and local-time support, JSON output, regex support for rev-specs.
0 commit comments