We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52f7ac commit 2b29aadCopy full SHA for 2b29aad
1 file changed
Package.swift
@@ -96,7 +96,7 @@ let package = Package(
96
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
97
.package(url: "https://github.com/apple/swift-collections.git", from: "1.5.0"),
98
.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"),
+ .package(url: "https://github.com/apple/swift-tls.git", from: "0.1.0"),
100
],
101
targets: [
102
.target(
0 commit comments