Skip to content

Commit

Permalink
Merge pull request #306 from antkont/main
Browse files Browse the repository at this point in the history
#305 SwiftCBOR package repository url updated
  • Loading branch information
dinesharjani authored Jan 8, 2025
2 parents 82db517 + e8a6e8e commit f2d812d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"pins": [
{
"package": "SwiftCBOR",
"repositoryURL": "/~https://github.com/unrelentingtech/SwiftCBOR.git",
"repositoryURL": "/~https://github.com/valpackett/SwiftCBOR.git",
"state": {
"branch": null,
"revision": "418dab41b09a5da0d45d7b788c59085979ff4dae",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
.package(
url: "/~https://github.com/unrelentingtech/SwiftCBOR.git",
url: "/~https://github.com/valpackett/SwiftCBOR.git",
.exact("0.4.7")
),
.package(url: "/~https://github.com/weichsel/ZIPFoundation.git",
Expand Down

0 comments on commit f2d812d

Please sign in to comment.