Skip to content

Commit 2b29aad

Browse files
authored
Update Package.swift to depend on SwiftTLS 0.1.0
Update Package.swift to depend on SwiftTLS 0.1.0 now that it has a release.
1 parent b52f7ac commit 2b29aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ let package = Package(
9696
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
9797
.package(url: "https://github.com/apple/swift-collections.git", from: "1.5.0"),
9898
.package(url: "https://github.com/apple/swift-crypto.git", from: "5.0.0-beta.1"),
99-
.package(url: "https://github.com/apple/swift-tls.git", branch: "main"),
99+
.package(url: "https://github.com/apple/swift-tls.git", from: "0.1.0"),
100100
],
101101
targets: [
102102
.target(

0 commit comments

Comments
 (0)