aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichael Davis2023-04-06 03:29:17 +0000
committerGitHub2023-04-06 03:29:17 +0000
commitfc4ca96c2986bc875f1fc6e2cb164dcaf4f4a09c (patch)
treef1263f10b55d4fd1f160192d31f7a97ff4ddf357 /Cargo.toml
parentb6909bc41ad998dac9a0a8198535ba0f21a32c22 (diff)
Update tree-sitter to v0.20.10 (#6608)
We used a git dependency to take advantage of the latest fixes in master but a new release is now available: https://crates.io/crates/tree-sitter/0.20.10
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aaa21659..c6351889 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,6 +32,3 @@ inherits = "test"
package.helix-core.opt-level = 2
package.helix-tui.opt-level = 2
package.helix-term.opt-level = 2
-
-[patch.crates-io]
-tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter", rev = "c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14" }