Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Sep 11, 2020
1 parent 095e3fc commit c149e87
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "deno_doc"
version = "0.1.6"
version = "0.1.7"
edition = "2018"
description = "doc generation for deno"
authors = ["the Deno authors"]
Expand All @@ -19,7 +19,7 @@ serde = { version = "1.0.115", features = ["derive"] }
serde_derive = "1.0.115"
serde_json = { version = "1.0.57", features = [ "preserve_order" ] }
swc_common = { version = "=0.10.2" }
swc_ecmascript = { version = "=0.7.3", features = ["parser"] }
swc_ecmascript = { version = "=0.7.4", features = ["parser"] }
termcolor = "1.1.0"
regex = "1.3.9"

Expand Down

0 comments on commit c149e87

Please sign in to comment.