Skip to content

Commit dfbced7

Browse files
authored
Merge pull request #52 from weissi/jw-tsc060
TSA is compatible with TSC 0.6.x
2 parents 2dc6271 + 68b8bb7 commit dfbced7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Package.resolved

Lines changed: 10 additions & 10 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.6.0"),
28+
.package(url: "https://github.com/apple/swift-tools-support-core.git", "0.2.7" ..< "0.7.0"),
2929
],
3030
targets: [
3131
// BLAKE3 hash support

0 commit comments

Comments
 (0)