We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18d109 commit 922c297Copy full SHA for 922c297
_Packages/Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.package(url: "https://github.com/apple/swift-collections", from: "1.0.6"),
13
.package(url: "https://github.com/apple/swift-crypto", from: "3.0.0"),
14
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.2"),
15
- .package(url: "https://github.com/apple/swift-system", from: "1.2.1"),
+ .package(url: "https://github.com/apple/swift-system", from: "1.4.1"),
16
],
17
targets: [
18
.target(
0 commit comments