Skip to content

Commit

Permalink
Revert "Update to tree-sitter 0.20.10"
Browse files Browse the repository at this point in the history
0.20.10 requires rustc 1.65, which exceeds difftastistic's MSRV.
  • Loading branch information
Wilfred committed May 22, 2023
1 parent 9ae6662 commit 0c65731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -36,7 +36,9 @@ typed-arena = "2.0.1"
rustc-hash = "1.1.0"
strsim = "0.10.0"
lazy_static = "1.4.0"
tree-sitter = "0.20.10"
# This is the last version that supports 1.57, tree-sitter 0.20.10
# requires rust 1.65.
tree-sitter = "0.20.9"
libc = "0.2.108"
log = "0.4.14"
pretty_env_logger = "0.4.0"
Expand Down

0 comments on commit 0c65731

Please sign in to comment.