Skip to content

Commit

Permalink
Add support for rustdoc JSON format v39. (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Jan 27, 2025
1 parent a8a7bb0 commit 1d5554a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 18 deletions.
61 changes: 44 additions & 17 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = [".github/", "brand/", "scripts/", "test_crates/", "test_outputs/", "t
trustfall = "0.8.1" # Ensure this matches the `trustfall_core` dev-dependency version below.
# `cargo_metadata` is used at the API boundary of `trustfall_rustdoc`,
# so ensure the version we use for `cargo_metadata` here matches what `trustfall_rustdoc` uses too.
trustfall_rustdoc = { version = "0.20.0", default-features = false, features = ["v32", "v33", "v35", "v36", "v37", "rayon", "rustc-hash"] }
trustfall_rustdoc = { version = "0.21.0", default-features = false, features = ["v32", "v33", "v35", "v36", "v37", "v39", "rayon", "rustc-hash"] }
cargo_metadata = "0.19.1"
# End of dependency block

Expand Down

0 comments on commit 1d5554a

Please sign in to comment.