Skip to content

Commit

Permalink
check if we can get away with keeping the old deployment minima
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Nov 19, 2024
1 parent 5550cee commit 7210b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package:Package = .init(
name: "swift-hash",
platforms: [.macOS(.v14), .iOS(.v17), .tvOS(.v17), .visionOS(.v1), .watchOS(.v10)],
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)],
products: [
.library(name: "Base16", targets: ["Base16"]),
.library(name: "Base64", targets: ["Base64"]),
Expand Down

0 comments on commit 7210b3d

Please sign in to comment.