Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Replace rustdoc v25 with v26 support. #457

Merged
merged 1 commit into from
May 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Replace rustdoc v25 with v26 support.
  • Loading branch information
obi1kenobi committed May 30, 2023
commit d2766c56be85a4618eabcc980d277d5d733c96db
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
@@ -14,7 +14,7 @@ categories = ["command-line-utilities", "development-tools::cargo-plugins"]

[dependencies]
trustfall = "0.4.0"
trustfall_rustdoc = { version = "0.11.1", features = ["v21", "v22", "v23", "v24", "v25"] }
trustfall_rustdoc = { version = "0.11.2", features = ["v21", "v22", "v23", "v24", "v26"] }
clap = { version = "4.0.0", features = ["derive", "cargo"] }
serde_json = "1.0.82"
anyhow = "1.0.58"