We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee6cb7 commit a0825f4Copy full SHA for a0825f4
utils/update_checkout/update-checkout-config.json
@@ -77,6 +77,8 @@
77
"remote": { "id": "apple/swift-nio" } },
78
"swift-nio-ssl": {
79
"remote": { "id": "apple/swift-nio-ssl" } },
80
+ "swift-experimental-string-processing": {
81
+ "remote": { "id": "apple/swift-experimental-string-processing" } },
82
"llvm-project": {
83
"remote": { "id": "apple/llvm-project" } }
84
},
@@ -120,7 +122,8 @@
120
122
"swift-markdown": "main",
121
123
"swift-cmark-gfm": "gfm",
124
"swift-nio": "2.31.2",
- "swift-nio-ssl": "2.15.0"
125
+ "swift-nio-ssl": "2.15.0",
126
+ "swift-experimental-string-processing": "main"
127
}
128
129
"rebranch": {
0 commit comments