Skip to content

Commit 14ddad4

Browse files
committed
Bump CryptoSwift to 0.10.0
1 parent 61e4cd7 commit 14ddad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let excludes = ["HMAC/HMACCryptoSwift.swift"]
99
let targetDependencies: [Target.Dependency] = []
1010
#else
1111
let dependencies = [
12-
Package.Dependency.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "0.8.0"),
12+
Package.Dependency.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "0.10.0"),
1313
]
1414
let excludes = ["HMAC/HMACCommonCrypto.swift"]
1515
let targetDependencies: [Target.Dependency] = ["CryptoSwift"]

0 commit comments

Comments
 (0)