summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2022-01-29 23:25:29 -0600
committerRyan Zoeller <rtzoeller@rtzoeller.com>2022-01-29 23:39:21 -0600
commitb637f12bf97b343093ab3b42d1013abafbb4df50 (patch)
tree5ced283fa7fdee40f47273450f3d9bec309dca56 /README.md
parent5cd01a1fd7417ee6e16636443965c0a197ff2843 (diff)
downloadnix-b637f12bf97b343093ab3b42d1013abafbb4df50.zip
Add support for aarch64-apple-darwin
Replace 'OSX' language with 'macOS', to match Rust's language.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a38f4e5..b0c27b16 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,7 @@ Tier 1:
* x86_64-unknown-linux-musl
Tier 2:
+ * aarch64-apple-darwin
* aarch64-apple-ios
* aarch64-linux-android
* arm-linux-androideabi
@@ -87,7 +88,7 @@ Tier 3:
## Minimum Supported Rust Version (MSRV)
-nix is supported on Rust 1.46.0 and higher. It's MSRV will not be
+nix is supported on Rust 1.46.0 and higher. Its MSRV will not be
changed in the future without bumping the major or minor version.
## Contributing