Skip to content

Commit a31d891

Browse files
Package.swift swift-tools-version version bumped
1 parent 286fa18 commit a31d891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.5.0
1+
// swift-tools-version: 5.9.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
.package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.4.0")),
1616
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"),
17-
.package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")),
17+
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0"))
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)