Skip to content

Commit

Permalink
Drop 5.1 tools version
Browse files Browse the repository at this point in the history
There is a specific 5.1 Package.swift.
  • Loading branch information
helje5 committed Dec 23, 2023
1 parent fd20b30 commit e99ad62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// swift-tools-version:5.1

import PackageDescription

let package = Package(
Expand All @@ -10,7 +8,6 @@ let package = Package(
products: [
.library(name: "UXKit", targets: ["UXKit"]),
],
dependencies: [],
targets: [
.target(name:"UXKit")
]
Expand Down

0 comments on commit e99ad62

Please sign in to comment.