Skip to content

Commit

Permalink
Support rustdoc v27 for latest nightly. (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Sep 7, 2023
1 parent 69a35bc commit 7e0c6af
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 @@ -14,7 +14,7 @@ categories = ["command-line-utilities", "development-tools::cargo-plugins"]

[dependencies]
trustfall = "0.6.0"
trustfall_rustdoc = { version = "0.13.0", features = ["v23", "v24", "v26"] }
trustfall_rustdoc = { version = "0.13.1", features = ["v23", "v24", "v26", "v27"] }
clap = { version = "4.0.0", features = ["derive", "cargo"] }
serde_json = "1.0.82"
anyhow = "1.0.58"
Expand Down

0 comments on commit 7e0c6af

Please sign in to comment.