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 c1eef35 commit 2219441Copy full SHA for 2219441
Package.swift
@@ -137,7 +137,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
137
.package(url: "https://github.com/apple/swift-lmdb.git", branch: "release/5.10"),
138
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
139
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "release/5.10"),
140
- .package(url: "httpsx://github.com/apple/swift-crypto.git", from: "2.5.0"),
+ .package(url: "https://github.com/apple/swift-crypto.git", from: "2.5.0"),
141
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.2.0"),
142
]
143
} else {
0 commit comments