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 aa1af6c commit f67677eCopy full SHA for f67677e
Resources/ProjectTemplate/Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.1"),
11
.package(url: "https://github.com/apple/swift-atomics", from: "1.3.0"),
12
.package(url: "https://github.com/apple/swift-collections", from: "1.2.1"),
13
- .package(url: "https://github.com/apple/swift-crypto", from: "3.14.0"),
+ .package(url: "https://github.com/apple/swift-crypto", from: "3.15.0"),
14
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.3"),
15
.package(url: "https://github.com/apple/swift-system", from: "1.6.2"),
16
],
0 commit comments