diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-08 13:02:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 13:02:14 +0200 |
commit | 241d2281045b7edef93b069a739eee54bf9f1640 (patch) | |
tree | 9ba6e0e32d64aaaa02060d55a753724e66919ecc /cli | |
parent | 05c46f59692366c0d7545ebb5f4c3afffe6364fa (diff) |
upgrade: deno_doc to 0.1.5 (#7391)
Diffstat (limited to 'cli')
-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 b95cf1ddb..6d4ca7793 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -29,7 +29,7 @@ winapi = "0.3.9" [dependencies] deno_core = { path = "../core", version = "0.56.0" } -deno_doc = { version = "0.1.4" } +deno_doc = { version = "0.1.5" } deno_lint = { version = "0.1.28", features = ["json"] } atty = "0.2.14" |