Skip to content

Commit

Permalink
Set minimum Swift version to 5.7 (#341)
Browse files Browse the repository at this point in the history
* Set minimum Swift version to 5.7

* Update readme
  • Loading branch information
tinder-cfuller authored Feb 15, 2024
1 parent d965872 commit 8716114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.9
// swift-tools-version:5.7

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Code written with Layout leverages a high fidelity syntax, meaning it is easy to
## Minimum Requirements

- iOS `13.0`
- Swift `5.8`
- Swift `5.7`

## Installation

Expand Down

0 comments on commit 8716114

Please sign in to comment.