We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627b94f commit 9b86aa3Copy full SHA for 9b86aa3
Package.swift
@@ -10,8 +10,8 @@ let package = Package(
10
.library(name: "LCLAuth", targets: ["LCLAuth"])
11
],
12
dependencies: [
13
- .package(url: "https://github.com/johnnzhou/lcl-k1.git", branch: "main"),
14
- .package(url: "https://github.com/johnnzhou/swift-crypto.git", branch: "main")
+ .package(url: "https://github.com/Local-Connectivity-Lab/lcl-k1.git", exact: "1.0.1"),
+ .package(url: "https://github.com/Local-Connectivity-Lab/swift-crypto.git", from: "1.0.0")
15
16
targets: [
17
// Targets are the basic building blocks of a package, defining a module or a test suite.
0 commit comments