Skip to content

Commit

Permalink
Merge pull request JuulLabs-OSS#18 from dinesharjani/cbor-dependency-fix
Browse files Browse the repository at this point in the history
Fix: SwiftCBOR dependency was tied to 'master'
  • Loading branch information
dinesharjani authored Jan 17, 2022
2 parents b55da15 + cf5e541 commit 2731af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
],
dependencies: [
.package(
url: "https://github.com/unrelentingtech/SwiftCBOR.git",
.branch("master")
url: "https://github.com/unrelentingtech/SwiftCBOR.git",
.exact("0.4.4")
),
],
targets: [
Expand Down

0 comments on commit 2731af2

Please sign in to comment.