diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-09-18 12:59:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-18 13:59:33 -0400 |
| commit | a4a894fa1e933e8a678f8ad4f6353837859b02fd (patch) | |
| tree | 495c6bc5ad5f3c1b1f9d7344e9a0e401064b1687 /Cargo.lock | |
| parent | d7b27ed63bf74c19b0bc961a52665960c199c53a (diff) | |
fix(doc): deno doc should parse modules if they haven't been parsed before (#15941)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 10cbaf841..f602d3af2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -978,9 +978,9 @@ dependencies = [ [[package]] name = "deno_doc" -version = "0.45.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef056cd1ca61584e7db9e3a025676f880be5a67101aee54f295b8770100eeb53" +checksum = "910f889d786d8b7ef40d50da4f2a4da01adf1c63c2f4a3b74324f6313eee8c59" dependencies = [ "cfg-if", "deno_ast", |
