Skip to content

Commit

Permalink
Support rustdoc format v29. (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Apr 21, 2024
1 parent e5e2cb6 commit e526277
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.14.1", default-features = false, features = ["v27", "v28"] }
trustfall_rustdoc = { version = "0.15.0", default-features = false, features = ["v27", "v28", "v29"] }
clap = { version = "4.0.0", features = ["derive", "cargo"] }
serde_json = "1.0.82"
anyhow = "1.0.58"
Expand Down

0 comments on commit e526277

Please # to comment.