Skip to content

Commit

Permalink
Use version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Oct 4, 2023
1 parent 7895f0b commit 8508bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WebIDLToSwift/PackageManifest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func generateManifest(_ modules: [Module]) -> String {
dependencies: [
.package(
url: "https://github.com/swiftwasm/JavaScriptKit.git",
from: "0.16.0"
.upToNextMajor(from: "0.16.0")
),
],
targets: [
Expand Down

0 comments on commit 8508bf2

Please sign in to comment.