Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzh committed Jun 10, 2023
1 parent 34d33dc commit 360535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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", .upToNextMinor(from: "1.3.0")),
.package(url: "https://github.com/bytehubio/BigInt", exact: "5.3.0"),
.package(url: "https://github.com/nerzh/swift-extensions-pack", .upToNextMinor(from: "1.3.5")),
.package(url: "https://github.com/nerzh/swift-extensions-pack", .upToNextMinor(from: "1.3.6")),
],
targets: [
.systemLibrary(name: "CTonSDK", pkgConfig: "libton_client"),
Expand Down

0 comments on commit 360535c

Please sign in to comment.