Skip to content

Commit

Permalink
Update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 26, 2022
1 parent 22feb3e commit 04706a2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ include = ["src/", "license"]
serializable = ["serde"]

[dependencies]
markdown = "1.0.0-alpha.2"
swc_core = { features = [
markdown = "1.0.0-alpha.3"
serde = { version = "1", optional = true }
swc_core = { version = "0.40.16", features = [
"ecma_ast",
"ecma_visit",
"ecma_codegen",
"ecma_parser",
"common",
], version = "0.40.16" }

serde = { version = "1", optional = true }
] }

[dev-dependencies]
pretty_assertions = "1"

0 comments on commit 04706a2

Please sign in to comment.