Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 30, 2024
1 parent e9c6b60 commit bb716e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ include = ["src/", "license"]
serializable = ["serde"]

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

[dev-dependencies]
Expand Down

0 comments on commit bb716e7

Please sign in to comment.