Skip to content

Commit

Permalink
Support multiple rustdoc versions: v16 (stable), v21 (beta), v22 (nig…
Browse files Browse the repository at this point in the history
…htly). (#133)

* Add multi-version rustdoc support: v16 (stable) and v21 (beta).

* Remove schema file, since it isn't used anymore.

* Add rustdoc v22 support.
  • Loading branch information
obi1kenobi authored Sep 28, 2022
1 parent 4234441 commit 56df0c5
Show file tree
Hide file tree
Showing 9 changed files with 462 additions and 2,338 deletions.
420 changes: 279 additions & 141 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["command-line-utilities", "development-tools::cargo-plugins"]

[dependencies]
trustfall_core = "0.0.4"
rustdoc-types = "0.17.0"
trustfall_rustdoc = { version = "0.3.0", features = ["v16", "v21", "v22"] }
clap = { version = "3.2.8", features = ["derive", "cargo"] }
serde_json = "1.0.82"
anyhow = "1.0.58"
Expand Down
Loading

0 comments on commit 56df0c5

Please sign in to comment.