Skip to content

Commit

Permalink
Make swift-tools-version: 5.7.1 to bypass github action
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Dec 9, 2023
1 parent bbde9f3 commit 625180b
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,10 +1,10 @@
// swift-tools-version: 5.9
// swift-tools-version: 5.7.1

import PackageDescription

let package = Package(
name: "AccessibilityDocumentation",
platforms: [.iOS(.v17)],
platforms: [.iOS(.v16)],
products: [
.library(
name: "AccessibilityDocumentation",
Expand Down

0 comments on commit 625180b

Please sign in to comment.