Skip to content

Commit ebbd7bc

Browse files
authored
Update swift-crypto dependency range (#165)
Motivation ---------- Swift Crypto doesn't change its public API much between major releases and recommends to use a range from "1.0.0" ..< "5.0.0" Modifications ------------- Update the dependency range to "1.0.0" ..< "5.0.0" as swift-crypto recommends Result ------ Projects can use the latest swift-crypto
1 parent 2c5e654 commit ebbd7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
.plugin(name: "ContainerImageBuilder", targets: ["ContainerImageBuilder"]),
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
27+
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"),
2828
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
2929
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.2.0"),
3030
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),

0 commit comments

Comments
 (0)