Skip to content

Commit 0b63100

Browse files
authored
Merge pull request #35507 from yim-lee/update-crypto
[update-checkout] Add swift-crypto to the list of repos
2 parents 8803281 + 2766cad commit 0b63100

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"remote": { "id": "apple/swift-llbuild" } },
1111
"swift-argument-parser": {
1212
"remote": { "id": "apple/swift-argument-parser" } },
13+
"swift-crypto": {
14+
"remote": { "id": "apple/swift-crypto" } },
1315
"swift-driver": {
1416
"remote": { "id": "apple/swift-driver" } },
1517
"swift-tools-support-core": {
@@ -64,6 +66,7 @@
6466
"swift-tools-support-core": "main",
6567
"swiftpm": "main",
6668
"swift-argument-parser": "0.3.0",
69+
"swift-crypto": "main",
6770
"swift-driver": "main",
6871
"swift-syntax": "main",
6972
"swift-stress-tester": "main",
@@ -91,6 +94,7 @@
9194
"swift-tools-support-core": "main",
9295
"swiftpm": "main",
9396
"swift-argument-parser": "0.3.0",
97+
"swift-crypto": "main",
9498
"swift-driver": "main",
9599
"swift-syntax": "main",
96100
"swift-stress-tester": "main",
@@ -121,6 +125,7 @@
121125
"swift-tools-support-core": "main",
122126
"swiftpm": "main",
123127
"swift-argument-parser": "0.3.0",
128+
"swift-crypto": "main",
124129
"swift-driver": "main",
125130
"swift-syntax": "main",
126131
"swift-stress-tester": "main",

0 commit comments

Comments
 (0)