Skip to content

Commit 8556b1b

Browse files
committed
Use from: for swift-crypto version
1 parent 3a03b4e commit 8556b1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let package = Package(
3131
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.3.0"),
3232
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),
3333
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.0"),
34-
.package(url: "https://github.com/apple/swift-crypto.git", exact: "5.0.0-beta.1"),
34+
.package(url: "https://github.com/apple/swift-crypto.git", from: "5.0.0-beta.1"),
3535
.package(url: "https://github.com/apple/swift-certificates.git", branch: "swift-crypto-5.x"),
3636
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.22.0"),
3737
.package(url: "https://github.com/apple/swift-nio-quic-helpers.git", branch: "main"),

0 commit comments

Comments
 (0)