Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Update Package.swift web5 dep (#92)
Browse files Browse the repository at this point in the history
* Update Package.swift web5 dep

* bump tbdex spec

* update web5 source

* Uses web5 to 1.0.0

---------

Co-authored-by: Leo Ribeiro <[email protected]>
  • Loading branch information
kirahsapong and leordev authored Apr 3, 2024
1 parent 973c754 commit 741a2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/Frizlab/swift-typeid.git", from: "0.3.0"),
.package(url: "https://github.com/flight-school/anycodable.git", from: "0.6.7"),
.package(url: "https://github.com/TBD54566975/web5-swift", exact: "0.1.2"),
.package(url: "https://github.com/TBD54566975/web5-swift", exact: "1.0.0"),
.package(url: "https://github.com/allegro/swift-junit.git", from: "2.1.0"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.1.2"),
.package(url: "https://github.com/WeTransfer/Mocker.git", .upToNextMajor(from: "3.0.1")),
Expand Down
2 changes: 1 addition & 1 deletion Tests/tbDEXTestVectors/tbdex-spec

0 comments on commit 741a2c6

Please sign in to comment.