Skip to content

Commit

Permalink
Only allows patches of Tree-sitter dependency (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Feb 28, 2024
1 parent 51a2e82 commit 5540387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "Runestone", targets: ["Runestone"])
],
dependencies: [
.package(url: "https://github.com/tree-sitter/tree-sitter", from: "0.20.9")
.package(url: "https://github.com/tree-sitter/tree-sitter", .upToNextMinor(from: "0.20.9"))
],
targets: [
.target(name: "Runestone", dependencies: [
Expand Down

0 comments on commit 5540387

Please sign in to comment.