From ea663f3017db797d233a765467439fa2978f2ccd Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 13 Feb 2023 23:46:44 -0800 Subject: [PATCH] Bump tree-sitter for tree-balancing bugfix --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8eb8d6987a..84fdc9dda9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7003,7 +7003,7 @@ dependencies = [ [[package]] name = "tree-sitter" version = "0.20.9" -source = "git+https://github.com/tree-sitter/tree-sitter?rev=36b5b6c89e55ad1a502f8b3234bb3e12ec83a5da#36b5b6c89e55ad1a502f8b3234bb3e12ec83a5da" +source = "git+https://github.com/tree-sitter/tree-sitter?rev=125503ff3b613b08233fc1e06292be9ddd9dd448#125503ff3b613b08233fc1e06292be9ddd9dd448" dependencies = [ "cc", "regex", diff --git a/Cargo.toml b/Cargo.toml index 39e4cd6367..d4a2843338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ serde_json = { version = "1.0", features = ["preserve_order", "raw_value"] } rand = { version = "0.8" } [patch.crates-io] -tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter", rev = "36b5b6c89e55ad1a502f8b3234bb3e12ec83a5da" } +tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter", rev = "125503ff3b613b08233fc1e06292be9ddd9dd448" } async-task = { git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e" } # TODO - Remove when a version is released with this PR: https://github.com/servo/core-foundation-rs/pull/457