We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7895f0b commit 8508bf2Copy full SHA for 8508bf2
Sources/WebIDLToSwift/PackageManifest.swift
@@ -29,7 +29,7 @@ func generateManifest(_ modules: [Module]) -> String {
29
dependencies: [
30
.package(
31
url: "https://github.com/swiftwasm/JavaScriptKit.git",
32
- from: "0.16.0"
+ .upToNextMajor(from: "0.16.0")
33
),
34
],
35
targets: [
0 commit comments