diff --git a/Package.swift b/Package.swift index b01b622f..68a98d9d 100755 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version: 5.5.0 +// swift-tools-version: 5.10.0 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription @@ -14,7 +14,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.4.0")), .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"), - .package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")), + .package(url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")) ], targets: [ .target(