Skip to content

Commit 28c95df

Browse files
authored
Merge pull request #3 from 0xLet/develop
Updated SwiftFu dependency
2 parents 9566454 + a6f53b9 commit 28c95df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
// .package(url: /* package url */, from: "1.0.0"),
1717
.package(url: "https://github.com/0xLet/WTV", from: "0.1.1"),
1818
.package(url: "https://github.com/0xLet/SURL", from: "0.1.0"),
19-
.package(url: "https://github.com/0xLet/SwiftFu", from: "0.1.1")
19+
.package(url: "https://github.com/0xLet/SwiftFu", from: "1.0.0")
2020
],
2121
targets: [
2222
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)