Skip to content

Commit

Permalink
Depend on Swift Crypto "1.0.0" ..< "3.0.0" (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfett authored Sep 23, 2021
1 parent 5b0f377 commit eab410d
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 @@ -10,7 +10,7 @@ let package = Package(
.library(name: "MySQLNIO", targets: ["MySQLNIO"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto.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-log.git", from: "1.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 eab410d

Please sign in to comment.