Skip to content

Commit

Permalink
Update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 10, 2023
1 parent 438fb3a commit 6adb6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = ["src/", "license"]
serializable = ["serde"]

[dependencies]
markdown = "1.0.0-alpha.6"
markdown = "1.0.0-alpha.7"
serde = { version = "1", optional = true }
swc_core = { version = "0.59.0", features = [
"ecma_ast",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The following bash scripts are useful when working on this project:

* run examples:
```sh
RUST_BACKTRACE=1 RUST_LOG=debug cargo run --example lib
RUST_BACKTRACE=1 cargo run --example lib
```
* format:
```sh
Expand Down

0 comments on commit 6adb6f7

Please sign in to comment.