We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28c95df + 1e54174 commit 9b3d4acCopy full SHA for 9b3d4ac
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: "1.0.0")
+ .package(url: "https://github.com/0xLet/SwiftFu", from: "1.0.1")
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