[#32] Update Swift-Crypto to 2.1.0

This commit is contained in:
Francisco Gindre 2022-04-27 20:32:48 -03:00
parent 5def1fdacd
commit 5f59c4b386
4 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
# 2.2.4
- Issue #32 - Update Swift-Crypto to 2.1.0
# 2.2.3
- Issue #29: update swift-crypto to 2.0.5
- Make language enum codable so it can be persisted if needed

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MnemonicSwift"
s.version = "2.2.3"
s.version = "2.2.4"
s.summary = "A Swift implementation of BIP39 Mnemonics"
s.description = <<-DESC
MnemonicSwift provides a Swift implementation of BIP39 using CriptoKit

View File

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/apple/swift-crypto.git",
"state": {
"branch": null,
"revision": "067254c79435de759aeef4a6a03e43d087d61312",
"version": "2.0.5"
"revision": "d9825fa541df64b1a7b182178d61b9a82730d01f",
"version": "2.1.0"
}
}
]

View File

@ -14,7 +14,7 @@ let package = Package(
targets: ["MnemonicSwift"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0")
.package(url: "https://github.com/apple/swift-crypto.git", "2.1.0" ..< "3.0.0")
],
targets: [
.target(