File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Fixed
11
11
### Changed
12
+
13
+ - i686-apple-darwin has been demoted to Tier 2 support, because it's deprecated
14
+ by Xcode.
15
+ (#[ 1350] ( https://github.com/nix-rust/nix/pull/1350 ) )
16
+
12
17
### Removed
13
18
14
19
## [ 0.19.1] - 28 November 2020
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ Tier 1:
51
51
* aarch64-unknown-linux-gnu
52
52
* arm-unknown-linux-gnueabi
53
53
* armv7-unknown-linux-gnueabihf
54
- * i686-apple-darwin
55
54
* i686-unknown-freebsd
56
55
* i686-unknown-linux-gnu
57
56
* i686-unknown-linux-musl
@@ -74,6 +73,7 @@ Tier 2:
74
73
* armv7-linux-androideabi
75
74
* armv7s-apple-ios
76
75
* i386-apple-ios
76
+ * i686-apple-darwin
77
77
* i686-linux-android
78
78
* powerpc-unknown-linux-gnu
79
79
* s390x-unknown-linux-gnu
You can’t perform that action at this time.
0 commit comments