Skip to content

Commit

Permalink
Downgrade SPM tools to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylmakalle committed May 30, 2024
1 parent e51375e commit 5a457fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
4 changes: 2 additions & 2 deletions scripts/release/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.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -12,7 +12,7 @@ let package = Package(
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.executableTarget(
.target(
name: "set-marketing-version",
dependencies: [
.product(name: "ArgumentParser", package: "swift-argument-parser"),
Expand Down

0 comments on commit 5a457fa

Please sign in to comment.