Skip to content

Commit 7a49c15

Browse files
committed
Update changelog for 1.74.0
1 parent 12682d1 commit 7a49c15

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## Cargo 1.74 (2023-11-16)
4+
[80eca0e5...HEAD](https://github.com/rust-lang/cargo/compare/80eca0e5...HEAD)
5+
6+
### Added
7+
8+
### Changed
9+
10+
### Fixed
11+
12+
### Nightly only
13+
14+
### Documentation
15+
16+
- ❗ Policy change: always check `Cargo.lock` in verison control, even for
17+
libraries. Lockfile and CI integration documentations are also expanded.
18+
[Policy docs](https://doc.rust-lang.org/nightly/cargo/faq.html#why-have-cargolock-in-version-control),
19+
[Lockfile docs](https://doc.rust-lang.org/nightly/cargo/guide/cargo-toml-vs-cargo-lock.html),
20+
[CI docs](https://doc.rust-lang.org/nightly/cargo/guide/continuous-integration.html),
21+
[#12382](https://github.com/rust-lang/cargo/pull/12382)
22+
323
## Cargo 1.73 (2023-10-05)
424
[45782b6b...rust-1.73.0](https://github.com/rust-lang/cargo/compare/45782b6b...rust-1.73.0)
525

@@ -9,6 +29,7 @@
929
[#12498](https://github.com/rust-lang/cargo/pull/12498)
1030
- Display package versions on Cargo timings graph.
1131
[#12420](https://github.com/rust-lang/cargo/pull/12420)
32+
1233
### Changed
1334

1435
- Cargo now bails out when using `cargo::` in custom build scripts. This is

0 commit comments

Comments
 (0)