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
@@ -227,7 +231,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
227
231
- Allow empty strings in `--features` (`-F`), `--exclude-features` (`--skip`), `--include-features`.
228
232
Passing an empty string to them is now considered the same as not passing the flag. See [#163](https://github.com/taiki-e/cargo-hack/pull/163) for more.
229
233
230
-
- Distribute prebuilt binaries for aarch64 Windows.
234
+
- Distribute prebuilt binaries for AArch64 Windows.
231
235
232
236
## [0.5.17] - 2022-08-12
233
237
@@ -252,15 +256,15 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
252
256
253
257
## [0.5.14] - 2022-06-02
254
258
255
-
- Distribute prebuilt binaries for aarch64 macOS. ([#151](https://github.com/taiki-e/cargo-hack/pull/151))
259
+
- Distribute prebuilt binaries for AArch64 macOS. ([#151](https://github.com/taiki-e/cargo-hack/pull/151))
256
260
257
261
## [0.5.13] - 2022-05-12
258
262
259
263
- Support short flag of `--features` (`-F`). ([#150](https://github.com/taiki-e/cargo-hack/pull/150))
260
264
261
265
## [0.5.12] - 2022-01-21
262
266
263
-
- Distribute prebuilt binaries for aarch64 Linux (gnu and musl).
267
+
- Distribute prebuilt binaries for AArch64 Linux (gnu and musl).
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -496,7 +496,7 @@ This makes the installation faster and may avoid the impact of [problems caused
496
496
<!-- omit in toc -->
497
497
### Via Homebrew
498
498
499
-
You can install cargo-hack from the [Homebrew tap maintained by us](https://github.com/taiki-e/homebrew-tap/blob/HEAD/Formula/cargo-hack.rb) (x86_64/aarch64 macOS, x86_64/aarch64 Linux):
499
+
You can install cargo-hack from the [Homebrew tap maintained by us](https://github.com/taiki-e/homebrew-tap/blob/HEAD/Formula/cargo-hack.rb) (x86_64/AArch64 macOS, x86_64/AArch64 Linux):
0 commit comments