mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
build(deps): update rquickjs to 0.11.0
This commit is contained in:
parent
999e041d49
commit
a1893b4420
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
|
|
@ -20,7 +20,7 @@ authors = [
|
|||
"Amaan Qureshi <amaanq12@gmail.com>",
|
||||
]
|
||||
edition = "2021"
|
||||
rust-version = "1.84"
|
||||
rust-version = "1.85"
|
||||
homepage = "https://tree-sitter.github.io/tree-sitter"
|
||||
repository = "https://github.com/tree-sitter/tree-sitter"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ log.workspace = true
|
|||
pathdiff = { version = "0.2.3", optional = true }
|
||||
regex.workspace = true
|
||||
regex-syntax.workspace = true
|
||||
rquickjs = { version = "0.10.0", optional = true, features = [
|
||||
rquickjs = { version = "0.11.0", optional = true, features = [
|
||||
"bindgen",
|
||||
"loader",
|
||||
"macro",
|
||||
|
|
|
|||
|
|
@ -97,6 +97,7 @@ impl Console {
|
|||
Type::Unknown => "unknown".to_string(),
|
||||
Type::Symbol
|
||||
| Type::Object
|
||||
| Type::Proxy
|
||||
| Type::Array
|
||||
| Type::Function
|
||||
| Type::Constructor
|
||||
|
|
|
|||
Loading…
Reference in a new issue