1
0
Fork 0
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:
Bartek Iwańczuk 2021-12-15 20:57:43 +01:00 committed by GitHub
parent 6c324acf23
commit d8e7e3fbe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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