mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
upgrade: deno_doc to 0.1.5 (#7391)
This commit is contained in:
parent
05c46f5969
commit
241d228104
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -466,9 +466,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_doc"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d394f900edfefea7dbf39a6c078942df91d09a718279c3ef33f755c1720a146d"
|
||||
checksum = "09c0c17b826a68cc4ef4eb4d9a46f12d20d9f1f97b0109dbfdc45172adc19a51"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"lazy_static",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue