|
72 | 72 | [#11558](https://github.com/rust-lang/cargo/pull/11558) |
73 | 73 | - Cargo now suggests `cargo add` if you try to install a library crate. |
74 | 74 | [#11410](https://github.com/rust-lang/cargo/pull/11410) |
75 | | -- Cargo now sets `CARGO_BIN_NAME` environment variable also for binary examples. |
| 75 | +- Cargo now sets the `CARGO_BIN_NAME` environment variable also for binary examples. |
76 | 76 | [#11705](https://github.com/rust-lang/cargo/pull/11705) |
77 | 77 |
|
78 | 78 | ### Changed |
|
82 | 82 | Cargo will enable default features of that dependency. |
83 | 83 | [#11409](https://github.com/rust-lang/cargo/pull/11409) |
84 | 84 | - ❗ Deny `CARGO_HOME` in `[env]` configuration table. Cargo itself doesn't |
85 | | - pick up this value, but recursive calls to cargo will. We consider it as a |
86 | | - wrong behavior to only pass it to recursive invocations. |
| 85 | + pick up this value, but recursive calls to cargo would, which was not intended. |
87 | 86 | [#11644](https://github.com/rust-lang/cargo/pull/11644) |
88 | | -- ❗ Debuginfo for build dependencies is now off if not explicit set. This is |
89 | | - expected to boost the overall build time. |
| 87 | +- ❗ Debuginfo for build dependencies is now off if not explicitly set. This is |
| 88 | + expected to improve the overall build time. |
90 | 89 | [#11252](https://github.com/rust-lang/cargo/pull/11252) |
91 | | -- Cargo now emits errors on invalid alphanumeric token for crates.io. |
| 90 | +- Cargo now emits errors on invalid alphanumeric characters in a registry token. |
92 | 91 | [#11600](https://github.com/rust-lang/cargo/pull/11600) |
93 | 92 | - `cargo add` now checks only the order of `[dependencies]` |
94 | 93 | without considering `[dependencies.*]`. |
|
0 commit comments