Skip to content

Commit 779d894

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#252 from keith/ks/fix-kronos
Fix Kronos SwiftPM compatibility
2 parents 0e6486e + 94b8582 commit 779d894

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

projects.json

+6-11
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,11 @@
11481148
"compatibility": [
11491149
{
11501150
"version": "4.0",
1151-
"commit": "82126c38a35fca22a8e58df7a6b724df2f6f4ee7"
1151+
"commit": "d38491d123fb58897ecb339920cf69da479d19d0"
1152+
},
1153+
{
1154+
"version": "4.2",
1155+
"commit": "d38491d123fb58897ecb339920cf69da479d19d0"
11521156
}
11531157
],
11541158
"platforms": [
@@ -1186,16 +1190,7 @@
11861190
},
11871191
{
11881192
"action": "BuildSwiftPackage",
1189-
"configuration": "release",
1190-
"xfail": {
1191-
"compatibility": {
1192-
"4.0": {
1193-
"branch": {
1194-
"master": "https://bugs.swift.org/browse/SR-8250"
1195-
}
1196-
}
1197-
}
1198-
}
1193+
"configuration": "release"
11991194
},
12001195
{
12011196
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)