Skip to content

Commit d814bf1

Browse files
committed
[update-checkout] Pin swift-crypto to a version
[swift-crypto v1.1.4](https://github.com/apple/swift-crypto/releases/tag/1.1.4) has all the changes we need and we can pin to that version instead of `main`.
1 parent 37d52fb commit d814bf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"swift-tools-support-core": "main",
6767
"swiftpm": "main",
6868
"swift-argument-parser": "0.3.0",
69-
"swift-crypto": "main",
69+
"swift-crypto": "1.1.4",
7070
"swift-driver": "main",
7171
"swift-syntax": "main",
7272
"swift-stress-tester": "main",
@@ -94,7 +94,7 @@
9494
"swift-tools-support-core": "main",
9595
"swiftpm": "main",
9696
"swift-argument-parser": "0.3.0",
97-
"swift-crypto": "main",
97+
"swift-crypto": "1.1.4",
9898
"swift-driver": "main",
9999
"swift-syntax": "main",
100100
"swift-stress-tester": "main",
@@ -125,7 +125,7 @@
125125
"swift-tools-support-core": "main",
126126
"swiftpm": "main",
127127
"swift-argument-parser": "0.3.0",
128-
"swift-crypto": "main",
128+
"swift-crypto": "1.1.4",
129129
"swift-driver": "main",
130130
"swift-syntax": "main",
131131
"swift-stress-tester": "main",

0 commit comments

Comments
 (0)