We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e4cd7 commit 14ddad4Copy full SHA for 14ddad4
Package.swift
@@ -9,7 +9,7 @@ let excludes = ["HMAC/HMACCryptoSwift.swift"]
9
let targetDependencies: [Target.Dependency] = []
10
#else
11
let dependencies = [
12
- Package.Dependency.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "0.8.0"),
+ Package.Dependency.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "0.10.0"),
13
]
14
let excludes = ["HMAC/HMACCommonCrypto.swift"]
15
let targetDependencies: [Target.Dependency] = ["CryptoSwift"]
0 commit comments