We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ede6d commit 9fb2738Copy full SHA for 9fb2738
1 file changed
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
.package(url: "https://github.com/adam-fowler/swift-srp", from: "2.1.0"),
19
.package(url: "https://github.com/swiftlang/swift-subprocess.git", branch: "main"),
20
.package(url: "https://github.com/apple/swift-crypto", from: "3.12.3"),
21
- .package(url: "https://github.com/apple/swift-system", from: "1.4.2"),
+ .package(url: "https://github.com/apple/swift-system", from: "1.5.0"),
22
//.package(path: "../CLIlib")
23
],
24
0 commit comments