mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: update cli/Cargo.toml (#13096)
This commit is contained in:
parent
6c324acf23
commit
d8e7e3fbe3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ winres = "=0.1.11"
|
|||
deno_ast = { version = "0.7.0", features = ["bundler", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] }
|
||||
deno_core = { version = "0.110.0", path = "../core" }
|
||||
deno_doc = "0.23.0"
|
||||
deno_graph = "0.14.0"
|
||||
deno_graph = "0.14.2"
|
||||
deno_lint = { version = "0.20.0", features = ["docs"] }
|
||||
deno_runtime = { version = "0.36.0", path = "../runtime" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue