Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 31a5e1b

Browse files
author
Gui Sabran
committed
Use fork instead of pinned dependency
1 parent 8979940 commit 31a5e1b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Package.resolved

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let package = Package(
2727
]),
2828
],
2929
dependencies: [
30-
.package(url: "https://github.com/ChimeHQ/JSONRPC", revision: "ef61a695bafa0e07080dadac65a0c59b37880548"),
30+
.package(url: "https://github.com/gsabran/JSONRPC", from: "0.9.1"),
3131
.package(url: "https://github.com/gohanlon/swift-memberwise-init-macro", from: "0.5.1"),
3232
.package(url: "https://github.com/ajevans99/swift-json-schema", from: "0.3.1"),
3333
// Dev dependency

0 commit comments

Comments
 (0)