Skip to content

Commit b830aac

Browse files
authored
Add support for rustdoc v57 via trustfall_rustdoc v0.37.0. (#1512)
1 parent 23082da commit b830aac

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 18 additions & 18 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
@@ -18,7 +18,7 @@ exclude = [".github/", "brand/", "scripts/", "test_crates/", "test_outputs/", "t
1818
trustfall = "0.8.1" # Ensure this matches the `trustfall_core` dev-dependency version below.
1919
# `cargo_metadata` is used at the API boundary of `trustfall_rustdoc`,
2020
# so ensure the version we use for `cargo_metadata` here matches what `trustfall_rustdoc` uses too.
21-
trustfall_rustdoc = { version = "0.36.0", default-features = false, features = ["v55", "v56", "rayon", "rustc-hash"] }
21+
trustfall_rustdoc = { version = "0.37.0", default-features = false, features = ["v55", "v56", "v57", "rayon", "rustc-hash"] }
2222
cargo_metadata = "0.23.0"
2323
# End of dependency block
2424

0 commit comments

Comments
 (0)