We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9566454 + a6f53b9 commit 28c95dfCopy full SHA for 28c95df
1 file changed
Package.swift
@@ -16,7 +16,7 @@ let package = Package(
16
// .package(url: /* package url */, from: "1.0.0"),
17
.package(url: "https://github.com/0xLet/WTV", from: "0.1.1"),
18
.package(url: "https://github.com/0xLet/SURL", from: "0.1.0"),
19
- .package(url: "https://github.com/0xLet/SwiftFu", from: "0.1.1")
+ .package(url: "https://github.com/0xLet/SwiftFu", from: "1.0.0")
20
],
21
targets: [
22
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments