Skip to content

Commit 216fdde

Browse files
authored
Merge pull request #53 from weissi/jw-tsc-070
TSA support TSC >= 0.7.x too
2 parents dfbced7 + ecae1ad commit 216fdde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let package = Package(
2525
dependencies: [
2626
.package(url: "https://github.com/apple/swift-nio.git", from: "2.68.0"),
2727
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.28.0"),
28-
.package(url: "https://github.com/apple/swift-tools-support-core.git", "0.2.7" ..< "0.7.0"),
28+
.package(url: "https://github.com/apple/swift-tools-support-core.git", "0.5.8" ..< "0.8.0"),
2929
],
3030
targets: [
3131
// BLAKE3 hash support

0 commit comments

Comments
 (0)