You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,11 @@ Compatibility Notes
88
88
- [When `default-features` is set to false of a workspace dependency, and an inherited dependency of a member has `default-features = true`, Cargo will enable default features of that dependency.](https://github.com/rust-lang/cargo/pull/11409/)
89
89
- [Cargo denies `CARGO_HOME` in the `[env]` configuration table. Cargo itself doesn't pick up this value, but recursive calls to cargo would, which was not intended.](https://github.com/rust-lang/cargo/pull/11644/)
90
90
- [Debuginfo for build dependencies is now off if not explicitly set. This is expected to improve the overall build time.](https://github.com/rust-lang/cargo/pull/11252/)
91
-
91
+
- [The Rust distribution no longer always includes rustdoc](https://github.com/rust-lang/rust/pull/106886)
92
+
If `tools = [...]` is set in config.toml, we will respect a missing rustdoc in that list. By
93
+
default rustdoc remains included. To retain the prior behavior explicitly add `"rustdoc"` to the
0 commit comments