Skip to content

Commit 9319ce5

Browse files
committed
Update tencent-cloud-core
1 parent 4cd4346 commit 9319ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "swift-tencent-scf-runtime",
77
platforms: [
8-
.macOS(.v10_13),
8+
.macOS(.v10_15),
99
],
1010
products: [
1111
// This library exports `TencentSCFRuntimeCore` and adds Foundation convenience methods.
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.17.0")),
2222
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.0.0")),
2323
.package(url: "https://github.com/swift-server/swift-backtrace.git", .upToNextMajor(from: "1.1.0")),
24-
.package(url: "https://github.com/stevapple/tencent-cloud-core.git", .upToNextMinor(from: "0.0.1"))
24+
.package(url: "https://github.com/stevapple/tencent-cloud-core.git", .upToNextMajor(from: "0.2.0"))
2525
],
2626
targets: [
2727
.target(name: "TencentSCFRuntime", dependencies: [

0 commit comments

Comments
 (0)