summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-16 12:41:55 -0700
committerGitHub <noreply@github.com>2024-10-16 19:41:55 +0000
commitf8417224eb9cbc2e4ae134ae197670a0bc53df2e (patch)
tree4f1a812c636c07c4eda7e9594cf97d43ba63ec5c /cli/Cargo.toml
parent1fd8d092eafc168af779040e93129d14e5a7187d (diff)
fix: use syntect for deno doc html generation (#26322)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 837f98f5b..8f733fc79 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -72,7 +72,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.153.0", features = ["html"] }
+deno_doc = { version = "0.154.0", default-features = false, features = ["rust", "html", "syntect"] }
deno_graph = { version = "=0.83.3" }
deno_lint = { version = "=0.67.0", features = ["docs"] }
deno_lockfile.workspace = true