Skip to content

Commit f548a27

Browse files
committed
Use tagged version for WebAPIKit
1 parent 154651e commit f548a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
// SwiftWASM
2424
#if os(macOS) || os(Linux)
2525
packageDependencies.append(contentsOf: [
26-
.package(url: "https://github.com/swiftwasm/WebAPIKit.git", revision: "bc437f1"),
26+
.package(url: "https://github.com/swiftwasm/WebAPIKit.git", .upToNextMajor(from: "0.1.0")),
2727
.package(url: "https://github.com/swiftwasm/JavaScriptKit.git", .upToNextMajor(from: "0.16.0")),
2828
])
2929
#endif

0 commit comments

Comments
 (0)