Skip to content

Commit 8163168

Browse files
authored
Merge pull request swiftlang#40352 from rxwei/update-checkout-string-processing
[update-checkout] Clone experimental string processing package
2 parents d62fbb8 + a0825f4 commit 8163168

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)