File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 45
45
- " x86_64-pc-windows-msvc"
46
46
- " x86_64-unknown-linux-gnu"
47
47
Tier2 :
48
+ - " aarch64-apple-darwin"
48
49
- " aarch64-apple-ios"
49
50
- " aarch64-linux-android"
50
51
- " aarch64-pc-windows-msvc"
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ tiers:
116
116
- "x86_64-pc-windows-msvc"
117
117
- "x86_64-unknown-linux-gnu"
118
118
Tier2:
119
+ - "aarch64-apple-darwin"
119
120
- "aarch64-apple-ios"
120
121
- "aarch64-linux-android"
121
122
- "aarch64-pc-windows-msvc"
@@ -228,7 +229,7 @@ mod test {
228
229
) ;
229
230
assert_eq ! ( Some ( 7 ) , defaults. html. tiers. get( & Tier :: Tier1 ) . map( Vec :: len) ) ;
230
231
assert_eq ! (
231
- Some ( 48 ) ,
232
+ Some ( 49 ) ,
232
233
defaults. html. tiers. get( & Tier :: Tier2 ) . map( Vec :: len)
233
234
) ;
234
235
assert_eq ! (
You can’t perform that action at this time.
0 commit comments