Skip to content

Commit

Permalink
Update to support swift-crypto (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning authored Oct 5, 2024
1 parent a53fce2 commit ce6ceaa
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 @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
.package(url: "https://github.com/apple/swift-crypto.git", "3.0.0" ..< "5.0.0"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.42.0"),
Expand Down

0 comments on commit ce6ceaa

Please sign in to comment.