Skip to content

Commit

Permalink
chore(workspcae): downgrade swift tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicegginton authored Jun 8, 2024
1 parent 34318d7 commit a279f37
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.3
// swift-tools-version:5.0
import PackageDescription

let package = Package(
Expand All @@ -10,4 +10,4 @@ let package = Package(
.target(name: "Nanoseconds"),
.testTarget(name: "NanosecondsTests", dependencies: ["Nanoseconds"])
]
)
)

0 comments on commit a279f37

Please sign in to comment.