Skip to content

Commit

Permalink
Support latest nightly rustdoc JSON format v33. (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Aug 14, 2024
1 parent c6e8e19 commit 5d8c043
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 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 @@ -15,7 +15,7 @@ rust-version = "1.74"

[dependencies]
trustfall = "0.7.1"
trustfall_rustdoc = { version = "0.15.2", default-features = false, features = ["v27", "v28", "v29", "v30", "v32"] }
trustfall_rustdoc = { version = "0.15.3", default-features = false, features = ["v27", "v28", "v29", "v30", "v32", "v33"] }
clap = { version = "4.0.0", features = ["derive", "cargo"] }
serde_json = "1.0.82"
anyhow = "1.0.58"
Expand Down

0 comments on commit 5d8c043

Please sign in to comment.