From 1d31d7844a38a3e0c7033b2a9c7bffcfabf68f72 Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Tue, 21 Nov 2023 15:22:41 -0600 Subject: [PATCH 1/2] Update to latest MongoKitten and macOS version required by MongoKitten --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 192ddea..c1ac563 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "MongoQueue", platforms: [ - .macOS(.v12), + .macOS(.v13), .iOS(.v15), ], products: [ @@ -17,7 +17,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/orlandos-nl/MongoKitten.git", from: "7.7.0"), + .package(url: "https://github.com/orlandos-nl/MongoKitten.git", from: "7.8.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. From 1b1a33ee3f69dbfdf5902274c1914a8c2c45abf2 Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Tue, 21 Nov 2023 15:47:20 -0600 Subject: [PATCH 2/2] Update swift tools. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c1ac563..235f2e2 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.5 +// swift-tools-version:5.8 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription