build(deps): update rquickjs to 0.11.0

This commit is contained in:
Christian Clason 2025-12-30 17:11:16 +01:00 committed by Christian Clason
parent 999e041d49
commit a1893b4420
4 changed files with 3 additions and 2 deletions

BIN
Cargo.lock generated

Binary file not shown.

View file

@ -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"

View file

@ -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",

View file

@ -97,6 +97,7 @@ impl Console {
Type::Unknown => "unknown".to_string(),
Type::Symbol
| Type::Object
| Type::Proxy
| Type::Array
| Type::Function
| Type::Constructor