From 11e7f06533b6a981a3eb1d5a6830b08dac8905b4 Mon Sep 17 00:00:00 2001 From: Artem Kalinovsky Date: Sat, 6 Jul 2024 19:08:54 +0200 Subject: [PATCH] Release 2.0.3 swift-tools-version bump, dependencies update --- Package.resolved | 43 +++++++++++++++++++++---------------------- Package.swift | 2 +- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/Package.resolved b/Package.resolved index 43d68b0..a2b8c26 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,25 +1,24 @@ { - "object": { - "pins": [ - { - "package": "Alamofire", - "repositoryURL": "https://github.com/Alamofire/Alamofire.git", - "state": { - "branch": null, - "revision": "78424be314842833c04bc3bef5b72e85fff99204", - "version": "5.6.4" - } - }, - { - "package": "SWXMLHash", - "repositoryURL": "https://github.com/drmohundro/SWXMLHash.git", - "state": { - "branch": null, - "revision": "4d0f62f561458cbe1f732171e625f03195151b60", - "version": "7.0.1" - } + "originHash" : "ab4e79cbd8633a01ae725ef521ba1c877e579f87ca74dfb1e800211f486803a7", + "pins" : [ + { + "identity" : "alamofire", + "kind" : "remoteSourceControl", + "location" : "https://github.com/Alamofire/Alamofire.git", + "state" : { + "revision" : "f455c2975872ccd2d9c81594c658af65716e9b9a", + "version" : "5.9.1" } - ] - }, - "version": 1 + }, + { + "identity" : "swxmlhash", + "kind" : "remoteSourceControl", + "location" : "https://github.com/drmohundro/SWXMLHash.git", + "state" : { + "revision" : "a853604c9e9a83ad9954c7e3d2a565273982471f", + "version" : "7.0.2" + } + } + ], + "version" : 3 } diff --git a/Package.swift b/Package.swift index d8c4e9a..9a8e50b 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.6 +// swift-tools-version:5.10 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription