Skip to content

Commit a0825f4

Browse files
committed
[update-checkout] Clone experimental string processing package
Clone apple/swift-experimental-string-processing as part of the checkout. We'll use the main branch for now and will version it as needed.
1 parent 7ee6cb7 commit a0825f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
"remote": { "id": "apple/swift-nio" } },
7878
"swift-nio-ssl": {
7979
"remote": { "id": "apple/swift-nio-ssl" } },
80+
"swift-experimental-string-processing": {
81+
"remote": { "id": "apple/swift-experimental-string-processing" } },
8082
"llvm-project": {
8183
"remote": { "id": "apple/llvm-project" } }
8284
},
@@ -120,7 +122,8 @@
120122
"swift-markdown": "main",
121123
"swift-cmark-gfm": "gfm",
122124
"swift-nio": "2.31.2",
123-
"swift-nio-ssl": "2.15.0"
125+
"swift-nio-ssl": "2.15.0",
126+
"swift-experimental-string-processing": "main"
124127
}
125128
},
126129
"rebranch": {

0 commit comments

Comments
 (0)