We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154651e commit f548a27Copy full SHA for f548a27
Package.swift
@@ -23,7 +23,7 @@ let package = Package(
23
// SwiftWASM
24
#if os(macOS) || os(Linux)
25
packageDependencies.append(contentsOf: [
26
- .package(url: "https://github.com/swiftwasm/WebAPIKit.git", revision: "bc437f1"),
+ .package(url: "https://github.com/swiftwasm/WebAPIKit.git", .upToNextMajor(from: "0.1.0")),
27
.package(url: "https://github.com/swiftwasm/JavaScriptKit.git", .upToNextMajor(from: "0.16.0")),
28
])
29
#endif
0 commit comments