Remove pulldown-cmark from mdbook-core
This dependency is no longer directly used.
This commit is contained in:
parent
40745600a3
commit
fdebbfdce2
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -1299,7 +1299,6 @@ version = "0.5.0-alpha.1"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
"pulldown-cmark 0.10.3",
|
||||
"regex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ rust-version.workspace = true
|
|||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
log.workspace = true
|
||||
pulldown-cmark.workspace = true
|
||||
regex.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue