Skip to content

Commit 7e0c6af

Browse files
authored
Support rustdoc v27 for latest nightly. (#529)
1 parent 69a35bc commit 7e0c6af

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

Cargo.lock

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["command-line-utilities", "development-tools::cargo-plugins"]
1414

1515
[dependencies]
1616
trustfall = "0.6.0"
17-
trustfall_rustdoc = { version = "0.13.0", features = ["v23", "v24", "v26"] }
17+
trustfall_rustdoc = { version = "0.13.1", features = ["v23", "v24", "v26", "v27"] }
1818
clap = { version = "4.0.0", features = ["derive", "cargo"] }
1919
serde_json = "1.0.82"
2020
anyhow = "1.0.58"

0 commit comments

Comments
 (0)