Skip to content

Commit

Permalink
Changed exactItem to exact
Browse files Browse the repository at this point in the history
  • Loading branch information
btoms20 committed Sep 18, 2022
1 parent 38b49fc commit 2f3956a
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 @@ -26,7 +26,7 @@ let package = Package(
.package(url: "https://github.com/Boilertalk/secp256k1.swift.git", .exact("0.1.6")),
// 🔑 Hashing (BCrypt, SHA2, HMAC), encryption (AES), public-key (RSA), PEM and DER file handling, and random data generation.
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exactItem("1.5.1")),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exact("1.5.1")),
.package(url: "https://github.com/swift-libp2p/swift-multihash.git", .upToNextMajor(from: "0.0.1")),
],
targets: [
Expand Down

0 comments on commit 2f3956a

Please sign in to comment.