Skip to content

Commit

Permalink
Merge main into async-edits
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Jul 17, 2024
2 parents 130e6d0 + 9c974f1 commit dc8d7e8
Show file tree
Hide file tree
Showing 6 changed files with 609 additions and 521 deletions.
3 changes: 3 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ git-repository-url = "https://github.com/rust-lang/book"

[preprocessor.trpl-listing]
output-mode = "default"

[rust]
edition = "2021"
23 changes: 16 additions & 7 deletions packages/mdbook-trpl-listing/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mdbook-trpl-listing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2021"

[dependencies]
clap = { version = "4", features = ["derive"] }
html_parser = "0.7.0"
mdbook = { version = "0.4", default-features = false } # only need the library
pulldown-cmark = { version = "0.10", features = ["simd"] }
pulldown-cmark-to-cmark = "13"
serde_json = "1"
thiserror = "1.0.60"
toml = "0.8.12"
xmlparser = "0.13.6"

[dev-dependencies]
assert_cmd = "2"
Loading

0 comments on commit dc8d7e8

Please sign in to comment.