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 d0d8a18 commit 9bfbc0cCopy full SHA for 9bfbc0c
CMakeLists.txt
@@ -53,7 +53,7 @@ if (_SwiftFoundationICU_SourceDIR)
53
else()
54
FetchContent_Declare(SwiftFoundationICU
55
GIT_REPOSITORY https://github.com/apple/swift-foundation-icu.git
56
- GIT_TAG 0.0.8)
+ GIT_TAG 0.0.9)
57
endif()
58
59
if (_SwiftCollections_SourceDIR)
Package.swift
@@ -61,7 +61,7 @@ var dependencies: [Package.Dependency] {
61
from: "1.1.0"),
62
.package(
63
url: "https://github.com/apple/swift-foundation-icu",
64
- exact: "0.0.8"),
+ exact: "0.0.9"),
65
66
url: "https://github.com/swiftlang/swift-syntax",
67
from: "600.0.0-latest")
0 commit comments