Skip to content

Commit

Permalink
Change WebSocket dependency to a stable one (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: conanoc <conanoc@gmail.com>
  • Loading branch information
conanoc committed Nov 13, 2023
1 parent eb2a94f commit 51a97e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/bhsw/concurrent-ws",
"state" : {
"branch" : "f94666f",
"revision" : "f94666f7ac4a782eaf2888e48dcd0ca65ea7d435"
"revision" : "f94666f7ac4a782eaf2888e48dcd0ca65ea7d435",
"version" : "0.5.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 51a97e5

Please sign in to comment.