Skip to content

Commit b5211a1

Browse files
committed
Add missing version entry
1 parent fb5acb8 commit b5211a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_target/api/windows.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
const WINDOWS_VERSIONS: [&str; 25] = [
1+
const WINDOWS_VERSIONS: [&str; 26] = [
22
"3.10.511", // NT 3.1
3+
"3.10.528", // NT 3.1 SP3
34
"3.50.807", // NT 3.5
45
"3.51.1057", // NT 3.51
56
"4.0.1381", // NT 4

0 commit comments

Comments
 (0)