Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Widen the pin on Crypto.
Motivation:

Crypto has a very minor breaking change that doesn't affect us, so we
can and should tolerate 1.x and 2.x.

Modifications:

- Widen the pin on Crypto

Result:

We get all the new Crypto goodness.
  • Loading branch information
Lukasa committed Sep 23, 2021
commit 9c297f11108f08ee17ffeee2abcce76040de1d0c
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.32.0"),
.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"),
],
targets: [
.target(
Expand Down