v0.17.0
What's Changed
- Requires Rust 1.65+ when generating rustdoc.
- Support for re-exports, renames,
pub type
, and globs. Eliminated many false-positive bugs related to these. #288 - Bugfix for a path handling bug on Windows: #276
All Merged PRs
- Echo the toolchain version while generating rustdoc. by @obi1kenobi in #328
- Add vendored-openssl feature by @tonowak in #324
- Use trustfall_rustdoc v0.8.2, drop rustdoc v16 support. by @obi1kenobi in #327
- Add a test case with infinite importable paths. by @obi1kenobi in #287
- Speed up tests by 10x by compiling dependencies with optimizations. by @obi1kenobi in #329
- Detect and don't report non-breaking renaming re-exports. by @obi1kenobi in #330
- Update crates-index to v0.19.2. by @obi1kenobi in #331
- Release v0.17.0. by @obi1kenobi in #332
Full Changelog: v0.16.2...v0.17.0