Skip to content

Commit

Permalink
Merge pull request #81 from tayloraswift/upgrade-swift-hash
Browse files Browse the repository at this point in the history
upgrade swift-hash to 0.7
  • Loading branch information
tayloraswift authored Nov 19, 2024
2 parents addd366 + 5bb2542 commit cb7f5de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tayloraswift/swift-hash",
"state" : {
"revision" : "4d70a941b7039358f2ec8565f6c3b53c05f6c6ef",
"version" : "0.6.3"
"revision" : "5550cee96edd9ecfd7e600df739e5bf4bae022a4",
"version" : "0.7.0"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// swift-tools-version:5.8
// swift-tools-version:5.10
import PackageDescription

let package:Package = .init(name: "swift-png",
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)],
platforms: [.macOS(.v14), .iOS(.v17), .tvOS(.v17), .visionOS(.v1), .watchOS(.v10)],
products: [
.library(name: "LZ77", targets: ["LZ77"]),
.library(name: "PNG", targets: ["PNG"]),
Expand All @@ -12,7 +12,7 @@ let package:Package = .init(name: "swift-png",
],
dependencies: [
.package(url: "https://github.com/tayloraswift/swift-hash", .upToNextMinor(
from: "0.6.3")),
from: "0.7.0")),
.package(url: "https://github.com/tayloraswift/swift-grammar", .upToNextMinor(
from: "0.4.0")),
],
Expand Down

0 comments on commit cb7f5de

Please sign in to comment.