Skip to content

Commit f453145

Browse files
committed
don't use exact package
1 parent fad9bec commit f453145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
.package(url: "https://github.com/XcodesOrg/swift-srp", branch: "main"),
1717
.package(url: "https://github.com/XcodesOrg/AsyncHTTPNetworkService", branch: "main"),
18-
.package(url: "https://github.com/kinoroy/LibFido2Swift", exact: "0.1.4")
18+
.package(url: "https://github.com/kinoroy/LibFido2Swift", from: "0.1.4")
1919
],
2020
targets: [
2121
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)