We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 722fed1 + fd22643 commit c0637e3Copy full SHA for c0637e3
config.yaml
@@ -45,6 +45,7 @@ tiers:
45
- "x86_64-pc-windows-msvc"
46
- "x86_64-unknown-linux-gnu"
47
Tier2:
48
+ - "aarch64-apple-darwin"
49
- "aarch64-apple-ios"
50
- "aarch64-linux-android"
51
- "aarch64-pc-windows-msvc"
web/src/opts.rs
@@ -116,6 +116,7 @@ tiers:
116
117
118
119
120
121
122
@@ -228,7 +229,7 @@ mod test {
228
229
);
230
assert_eq!(Some(7), defaults.html.tiers.get(&Tier::Tier1).map(Vec::len));
231
assert_eq!(
- Some(48),
232
+ Some(49),
233
defaults.html.tiers.get(&Tier::Tier2).map(Vec::len)
234
235
0 commit comments