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 fad9bec commit f453145Copy full SHA for f453145
Package.swift
@@ -15,7 +15,7 @@ let package = Package(
15
dependencies: [
16
.package(url: "https://github.com/XcodesOrg/swift-srp", branch: "main"),
17
.package(url: "https://github.com/XcodesOrg/AsyncHTTPNetworkService", branch: "main"),
18
- .package(url: "https://github.com/kinoroy/LibFido2Swift", exact: "0.1.4")
+ .package(url: "https://github.com/kinoroy/LibFido2Swift", from: "0.1.4")
19
],
20
targets: [
21
// Targets are the basic building blocks of a package, defining a module or a test suite.
0 commit comments