Skip to content

Commit d0eb58c

Browse files
committed
Switch to plain main string processing branch
With the StringProcessing library long out of initial development, we don't need the extra step of maintaining a separate `swift/main` branch. This switches to use the `main` branch of the StringProcessing project for building the `main` branch of the stdlib. The release branch name strategy is unchanged.
1 parent 3e981b7 commit d0eb58c

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
@@ -173,7 +173,7 @@
173173
"swift-docc-symbolkit": "main",
174174
"swift-markdown": "main",
175175
"swift-nio": "2.65.0",
176-
"swift-experimental-string-processing": "swift/main",
176+
"swift-experimental-string-processing": "main",
177177
"swift-sdk-generator": "main",
178178
"wasi-libc": "wasi-sdk-27",
179179
"wasmkit": "0.1.6",
@@ -601,7 +601,7 @@
601601
"swift-docc-symbolkit": "main",
602602
"swift-markdown": "main",
603603
"swift-nio": "2.65.0",
604-
"swift-experimental-string-processing": "swift/main",
604+
"swift-experimental-string-processing": "main",
605605
"swift-sdk-generator": "main",
606606
"wasi-libc": "wasi-sdk-27",
607607
"wasmkit": "0.1.6",
@@ -659,7 +659,7 @@
659659
"swift-docc-symbolkit": "main",
660660
"swift-markdown": "main",
661661
"swift-nio": "2.65.0",
662-
"swift-experimental-string-processing": "swift/main",
662+
"swift-experimental-string-processing": "main",
663663
"swift-sdk-generator": "main",
664664
"wasi-libc": "wasi-sdk-27",
665665
"wasmkit": "0.1.6",

0 commit comments

Comments
 (0)