Skip to content

Commit aca1514

Browse files
authored
fix(cd): specify tree-sitter-just's the version instead of commit hash in cargo.toml (#424)
1 parent d397dfa commit aca1514

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ syntect-tui = "3.0.5"
3333
syntect = "5.2.0"
3434
tempfile = "3.14.0"
3535
tree-sitter = "=0.24.4"
36-
# FIXME: https://github.com/kyu08/fzf-make/issues/410
37-
# The latest tag is 0.1.0 and it is old now. So, I am using the latest commit hash.
38-
tree-sitter-just = { git = "https://github.com/IndianBoy42/tree-sitter-just.git", rev = "f6d2930" }
36+
tree-sitter-just = "=0.1.0"
3937
rust-embed = "8.5.0"

0 commit comments

Comments
 (0)