mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
build(deps): bump rquickjs to v0.13.0
This commit is contained in:
parent
8351896bea
commit
de98c6c970
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
|
|
@ -32,12 +32,7 @@ log.workspace = true
|
||||||
pathdiff = { optional = true, version = "0.2.3" }
|
pathdiff = { optional = true, version = "0.2.3" }
|
||||||
regex.workspace = true
|
regex.workspace = true
|
||||||
regex-syntax.workspace = true
|
regex-syntax.workspace = true
|
||||||
rquickjs = { features = [
|
rquickjs = { features = [ "bindgen", "loader", "macro", "phf" ], optional = true, version = "0.13" }
|
||||||
"bindgen",
|
|
||||||
"loader",
|
|
||||||
"macro",
|
|
||||||
"phf",
|
|
||||||
], optional = true, version = "0.12.2" }
|
|
||||||
rustc-hash.workspace = true
|
rustc-hash.workspace = true
|
||||||
semver = { optional = true, workspace = true }
|
semver = { optional = true, workspace = true }
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue