Skip to content

Commit 4cd4346

Browse files
committed
Revert to tencent-cloud-core 0.0.x
1 parent 613d438 commit 4cd4346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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", from: "0.0.1")
24+
.package(url: "https://github.com/stevapple/tencent-cloud-core.git", .upToNextMinor(from: "0.0.1"))
2525
],
2626
targets: [
2727
.target(name: "TencentSCFRuntime", dependencies: [

0 commit comments

Comments
 (0)