Skip to content

Commit 15ee5c3

Browse files
authored
Re-core some String APIs on swift-foundation (swiftlang#5009)
* Re-core some String APIs on swift-foundation * Update manifest versions
1 parent 5e305a5 commit 15ee5c3

File tree

4 files changed

+14
-426
lines changed

4 files changed

+14
-426
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if (_SwiftFoundationICU_SourceDIR)
6363
else()
6464
FetchContent_Declare(SwiftFoundationICU
6565
GIT_REPOSITORY https://github.com/apple/swift-foundation-icu.git
66-
GIT_TAG 0.0.8)
66+
GIT_TAG 0.0.9)
6767
endif()
6868

6969
if (_SwiftFoundation_SourceDIR)

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ var dependencies: [Package.Dependency] {
8282
[
8383
.package(
8484
url: "https://github.com/apple/swift-foundation-icu",
85-
from: "0.0.8"),
85+
from: "0.0.9"),
8686
.package(
8787
url: "https://github.com/apple/swift-foundation",
88-
revision: "ef8a7787c355edae3c142e4dff8767d05a32c51f")
88+
revision: "35d896ab47ab5e487cfce822fbe40d2b278c51d6")
8989
]
9090
}
9191
}

0 commit comments

Comments
 (0)