Skip to content

Commit c4e50fe

Browse files
committed
Add swift-asn1 and swift-certificates to update-checkout
Also update swift-crypto to 2.3.0 These are needed for SwiftPM registry work. We're using the `main` branch for now but will switch to concrete versions closer to the release.
1 parent 68378b8 commit c4e50fe

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"remote": { "id": "apple/swift-collections" } },
1717
"swift-crypto": {
1818
"remote": { "id": "apple/swift-crypto" } },
19+
"swift-certificates": {
20+
"remote": { "id": "apple/swift-certificates" } },
21+
"swift-asn1": {
22+
"remote": { "id": "apple/swift-asn1" } },
1923
"swift-driver": {
2024
"remote": { "id": "apple/swift-driver" } },
2125
"swift-numerics": {
@@ -99,7 +103,9 @@
99103
"swift-argument-parser": "1.2.2",
100104
"swift-atomics": "1.0.2",
101105
"swift-collections": "1.0.1",
102-
"swift-crypto": "2.2.3",
106+
"swift-crypto": "2.3.0",
107+
"swift-certificates": "main",
108+
"swift-asn1": "main",
103109
"swift-driver": "main",
104110
"swift-numerics": "1.0.1",
105111
"swift-syntax": "main",
@@ -141,7 +147,9 @@
141147
"swift-argument-parser": "1.2.2",
142148
"swift-atomics": "1.0.2",
143149
"swift-collections": "1.0.1",
144-
"swift-crypto": "2.2.3",
150+
"swift-crypto": "2.3.0",
151+
"swift-certificates": "main",
152+
"swift-asn1": "main",
145153
"swift-driver": "main",
146154
"swift-numerics": "1.0.1",
147155
"swift-syntax": "main",
@@ -426,7 +434,9 @@
426434
"swift-argument-parser": "1.2.2",
427435
"swift-atomics": "1.0.2",
428436
"swift-collections": "1.0.1",
429-
"swift-crypto": "2.2.3",
437+
"swift-crypto": "2.3.0",
438+
"swift-certificates": "main",
439+
"swift-asn1": "main",
430440
"swift-driver": "main",
431441
"swift-numerics": "1.0.1",
432442
"swift-syntax": "main",

0 commit comments

Comments
 (0)