|
18 | 18 | ([docs](https://doc.rust-lang.org/nightly/cargo/reference/registries.html#registry-protocols)) |
19 | 19 | [#11791](https://github.com/rust-lang/cargo/pull/11791) |
20 | 20 | [#11783](https://github.com/rust-lang/cargo/pull/11783) |
21 | | -- Enhanced the documentation of timing report with graphs. |
22 | | - [#11798](https://github.com/rust-lang/cargo/pull/11798) |
23 | | -- Switched to `sha2` calculate SHA256 internally. |
24 | | - [#11795](https://github.com/rust-lang/cargo/pull/11795) |
25 | | - [#11807](https://github.com/rust-lang/cargo/pull/11807) |
26 | | -- Updated `base64` to `0.21.0` internally. |
27 | | - [#11796](https://github.com/rust-lang/cargo/pull/11796) |
28 | | -- Cargo the project itself integrated `cargo-deny` in its CI pipeline. |
29 | | - [#11761](https://github.com/rust-lang/cargo/pull/11761) |
30 | 21 |
|
31 | 22 | ### Fixed |
32 | 23 |
|
|
39 | 30 | - Don't panic when [`patch`] involved in dependency resolution results in a conflict. |
40 | 31 | [#11770](https://github.com/rust-lang/cargo/pull/11770) |
41 | 32 |
|
| 33 | +### Documentation improvements |
| 34 | + |
| 35 | +- Cleaned-up unstable documentation. |
| 36 | + [#11793](https://github.com/rust-lang/cargo/pull/11793) |
| 37 | +- Enhanced the documentation of timing report with graphs. |
| 38 | + [#11798](https://github.com/rust-lang/cargo/pull/11798) |
| 39 | + |
| 40 | +### Internal improvements |
| 41 | + |
| 42 | +- Switched to `sha2` crate for SHA256 calculation. |
| 43 | + [#11795](https://github.com/rust-lang/cargo/pull/11795) |
| 44 | + [#11807](https://github.com/rust-lang/cargo/pull/11807) |
| 45 | +- Updated to `base64` v0.21.0. |
| 46 | + [#11796](https://github.com/rust-lang/cargo/pull/11796) |
| 47 | +- Integrated `cargo-deny` in Cargo its own CI pipeline. |
| 48 | + [#11761](https://github.com/rust-lang/cargo/pull/11761) |
| 49 | + |
42 | 50 | ### Nightly only |
43 | 51 |
|
44 | 52 | - Added `-Zdirect-minimal-versions`. This behaves like `-Zminimal-versions` but |
|
0 commit comments