Skip to content

Commit 8508bf2

Browse files
committed
Use version requirement
1 parent 7895f0b commit 8508bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WebIDLToSwift/PackageManifest.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func generateManifest(_ modules: [Module]) -> String {
2929
dependencies: [
3030
.package(
3131
url: "https://github.com/swiftwasm/JavaScriptKit.git",
32-
from: "0.16.0"
32+
.upToNextMajor(from: "0.16.0")
3333
),
3434
],
3535
targets: [

0 commit comments

Comments
 (0)