From 51a97e5d8263299d4c3706cb45afd033d89fcc71 Mon Sep 17 00:00:00 2001 From: conanoc Date: Mon, 13 Nov 2023 15:13:32 +0900 Subject: [PATCH] Change WebSocket dependency to a stable one (#66) Signed-off-by: conanoc --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 01b9be6..d666021 100644 --- a/Package.resolved +++ b/Package.resolved @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/bhsw/concurrent-ws", "state" : { - "branch" : "f94666f", - "revision" : "f94666f7ac4a782eaf2888e48dcd0ca65ea7d435" + "revision" : "f94666f7ac4a782eaf2888e48dcd0ca65ea7d435", + "version" : "0.5.0" } }, { diff --git a/Package.swift b/Package.swift index 0bbdcb4..077742c 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/hyperledger/aries-uniffi-wrappers", exact: "0.1.0"), - .package(url: "https://github.com/bhsw/concurrent-ws", revision: "f94666f"), + .package(url: "https://github.com/bhsw/concurrent-ws", exact: "0.5.0"), .package(url: "https://github.com/JohnSundell/CollectionConcurrencyKit", exact: "0.2.0"), .package(url: "https://github.com/keefertaylor/Base58Swift", exact: "2.1.7"), .package(url: "https://github.com/thecatalinstan/Criollo", exact: "1.1.0")