Skip to content

Commit

Permalink
Merge pull request #268 from leoparenti/develop
Browse files Browse the repository at this point in the history
Update Package.swift for Swift 5.8
  • Loading branch information
mattrubin committed Aug 19, 2024
2 parents 038be6f + c83f9f8 commit b9ef407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.1
// swift-tools-version:5.8
import PackageDescription

let package = Package(
Expand All @@ -14,7 +14,7 @@ let package = Package(
targets: ["OneTimePassword"]),
],
dependencies: [
.package(url: "https://github.com/mattrubin/Base32.git", .upToNextMajor(from: "1.2.0")),
.package(url: "https://github.com/mattrubin/Base32.git", from: "1.2.0"),
],
targets: [
.target(
Expand Down

0 comments on commit b9ef407

Please sign in to comment.