From aebeb5ce66204e45396b6218b2d919a5f61dbf55 Mon Sep 17 00:00:00 2001 From: nerzh Date: Sun, 2 Mar 2025 15:47:00 +0100 Subject: [PATCH] up dependencies --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index bbcd8e1..4809651 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( .package(url: "https://github.com/nerzh/swift-regular-expression.git", .upToNextMajor(from: "0.2.4")), .package(url: "https://github.com/nerzh/SwiftFileUtils", .upToNextMajor(from: "1.3.0")), .package(url: "https://github.com/bytehubio/BigInt", exact: "5.3.0"), - .package(url: "https://github.com/nerzh/swift-extensions-pack", .upToNextMajor(from: "1.25.2")), + .package(url: "https://github.com/nerzh/swift-extensions-pack", .upToNextMajor(from: "2.0.0")), ], targets: [ .systemLibrary(name: "CTonSDK", pkgConfig: "libton_client"),