We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9147bb commit 722fed1Copy full SHA for 722fed1
config.yaml
@@ -47,6 +47,7 @@ tiers:
47
Tier2:
48
- "aarch64-apple-ios"
49
- "aarch64-linux-android"
50
+ - "aarch64-pc-windows-msvc"
51
- "aarch64-unknown-fuchsia"
52
- "aarch64-unknown-linux-gnu"
53
- "aarch64-unknown-linux-musl"
web/src/opts.rs
@@ -118,6 +118,7 @@ tiers:
118
119
120
121
122
123
124
@@ -227,7 +228,7 @@ mod test {
227
228
);
229
assert_eq!(Some(7), defaults.html.tiers.get(&Tier::Tier1).map(Vec::len));
230
assert_eq!(
- Some(47),
231
+ Some(48),
232
defaults.html.tiers.get(&Tier::Tier2).map(Vec::len)
233
234
0 commit comments