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 2c5e654 commit 611c941Copy full SHA for 611c941
Package.swift
@@ -24,7 +24,7 @@ let package = Package(
24
.plugin(name: "ContainerImageBuilder", targets: ["ContainerImageBuilder"]),
25
],
26
dependencies: [
27
- .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
+ .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"),
28
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
29
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.2.0"),
30
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
0 commit comments