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

Commit 741a2c6

Browse files
kirahsapongleordev
andauthored
Update Package.swift web5 dep (#92)
* Update Package.swift web5 dep * bump tbdex spec * update web5 source * Uses web5 to 1.0.0 --------- Co-authored-by: Leo Ribeiro <[email protected]>
1 parent 973c754 commit 741a2c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
dependencies: [
1717
.package(url: "https://github.com/Frizlab/swift-typeid.git", from: "0.3.0"),
1818
.package(url: "https://github.com/flight-school/anycodable.git", from: "0.6.7"),
19-
.package(url: "https://github.com/TBD54566975/web5-swift", exact: "0.1.2"),
19+
.package(url: "https://github.com/TBD54566975/web5-swift", exact: "1.0.0"),
2020
.package(url: "https://github.com/allegro/swift-junit.git", from: "2.1.0"),
2121
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.1.2"),
2222
.package(url: "https://github.com/WeTransfer/Mocker.git", .upToNextMajor(from: "3.0.1")),

0 commit comments

Comments
 (0)