mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Revert "0.26.0"
This commit is contained in:
parent
ea9c318afb
commit
e1b424c191
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
14
Cargo.toml
14
Cargo.toml
|
|
@ -14,7 +14,7 @@ members = [
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.27.0"
|
||||
version = "0.26.0"
|
||||
authors = [
|
||||
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
|
||||
"Amaan Qureshi <amaanq12@gmail.com>",
|
||||
|
|
@ -151,11 +151,11 @@ walkdir = "2.5.0"
|
|||
wasmparser = "0.229.0"
|
||||
webbrowser = "1.0.5"
|
||||
|
||||
tree-sitter = { version = "0.27.0", path = "./lib" }
|
||||
tree-sitter-generate = { version = "0.27.0", path = "./crates/generate" }
|
||||
tree-sitter-loader = { version = "0.27.0", path = "./crates/loader" }
|
||||
tree-sitter-config = { version = "0.27.0", path = "./crates/config" }
|
||||
tree-sitter-highlight = { version = "0.27.0", path = "./crates/highlight" }
|
||||
tree-sitter-tags = { version = "0.27.0", path = "./crates/tags" }
|
||||
tree-sitter = { version = "0.26.0", path = "./lib" }
|
||||
tree-sitter-generate = { version = "0.26.0", path = "./crates/generate" }
|
||||
tree-sitter-loader = { version = "0.26.0", path = "./crates/loader" }
|
||||
tree-sitter-config = { version = "0.26.0", path = "./crates/config" }
|
||||
tree-sitter-highlight = { version = "0.26.0", path = "./crates/highlight" }
|
||||
tree-sitter-tags = { version = "0.26.0", path = "./crates/tags" }
|
||||
|
||||
tree-sitter-language = { version = "0.1.5", path = "./crates/language" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue