Skip to content

Commit

Permalink
Bump swift-crypto version range (#323)
Browse files Browse the repository at this point in the history
Bump swift-crypto version range to `1.0.0 ..< 4.0.0` since the current version is 3.1.0.
  • Loading branch information
scottkawai authored Jan 3, 2024
1 parent 2121053 commit a9375f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.package(url: "https://github.com/vapor/mysql-nio.git", from: "1.0.0"),
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.28.0"),
.package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0"),
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "4.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.0"),
],
Expand Down

0 comments on commit a9375f8

Please sign in to comment.