Skip to content

Commit

Permalink
Add support for Swift Crypto 3.0.0 (#3070)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Sep 22, 2023
1 parent 8f230c6 commit 7118641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -25,7 +25,7 @@ let package = Package(
.package(url: "https://github.com/vapor/console-kit.git", from: "4.0.0"),

// 🔑 Hashing (SHA2, HMAC), encryption (AES), public-key (RSA), and random data generation.
.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"),

// 🚍 High-performance trie-node router.
.package(url: "https://github.com/vapor/routing-kit.git", from: "4.5.0"),
Expand Down

0 comments on commit 7118641

Please sign in to comment.