Skip to content

Commit ca5eee7

Browse files
committed
Add forked version of swift-cbor temporarily
The changes will be inserted into a PR. Assuming no further changes are being made, the changes will be merged into the Swift package, while will then allow for this library to revert back to using the original library.
1 parent 3100ebb commit ca5eee7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.resolved

Lines changed: 3 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
@@ -23,7 +23,7 @@ let package = Package(
2323
],
2424
dependencies: [
2525
.package(url: "https://github.com/ATProtoKit/MultiformatsKit.git", .upToNextMajor(from: "0.3.0")),
26-
.package(url: "https://github.com/nnabeyang/swift-cbor", from: "0.0.4"),
26+
.package(url: "https://github.com/MasterJ93/swift-cbor.git", .upToNextMajor(from: "0.0.1")),
2727
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.12.2")
2828
],
2929
targets: [

0 commit comments

Comments
 (0)