diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-08 06:55:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 06:55:44 -0700 |
commit | 94adfeec78ae66d29e186f21e85efee2f179558f (patch) | |
tree | 5ca9d51021c0fd1db4648156ad1ebc678843fc7d /cli/Cargo.toml | |
parent | b2504b7b4d6c17d415d48be2b744aecdcc27a8ff (diff) |
fix: use tree-sitter for deno_doc (#26066)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bdb47c98e..d2ee5f76a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -67,7 +67,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa deno_cache_dir = { workspace = true } deno_config = { version = "=0.37.1", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "0.150.1", features = ["html", "syntect"] } +deno_doc = { version = "0.152.0", features = ["html"] } deno_graph = { version = "=0.83.3" } deno_lint = { version = "=0.67.0", features = ["docs"] } deno_lockfile.workspace = true |