Skip to content

Commit

Permalink
Specify dep as commit
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Aug 26, 2023
1 parent da74465 commit a127043
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 @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/krzyzanowskim/STTextView", from: "0.8.10"),
.package(url: "https://github.com/ChimeHQ/Neon.git", from: "0.5.1"),
.package(url: "https://github.com/alex-pinkus/tree-sitter-swift.git", branch: "with-generated-files")
.package(url: "https://github.com/alex-pinkus/tree-sitter-swift.git", commit: "eda05af7ac41adb4eb19c346883c0fa32fe3bdd8") // with-generated-files
],
targets: [
.target(
Expand Down

0 comments on commit a127043

Please sign in to comment.