Skip to content

Commit 74e1dcf

Browse files
authored
Add support for rustdoc JSON format v36. (#979)
1 parent 3a51c65 commit 74e1dcf

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

Cargo.lock

+24-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = [".github/", "brand/", "scripts/", "test_crates/", "test_outputs/", "t
1616

1717
[dependencies]
1818
trustfall = "0.7.1"
19-
trustfall_rustdoc = { version = "0.16.2", default-features = false, features = ["v28", "v29", "v30", "v32", "v33", "v34", "v35", "rayon", "rustc-hash"] }
19+
trustfall_rustdoc = { version = "0.16.4", default-features = false, features = ["v28", "v29", "v30", "v32", "v33", "v34", "v35", "v36", "rayon", "rustc-hash"] }
2020
clap = { version = "4.5.17", features = ["derive", "cargo"] }
2121
serde_json = "1.0.128"
2222
anyhow = "1.0.89"

0 commit comments

Comments
 (0)