diff --git a/Cargo.toml b/Cargo.toml index c976f5b..012d721 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", diff --git a/readme.md b/readme.md index 171552b..b83490b 100644 --- a/readme.md +++ b/readme.md @@ -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