Skip to content

Commit

Permalink
Update changelog for 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Aug 22, 2023
1 parent 12682d1 commit 7a49c15
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## Cargo 1.74 (2023-11-16)
[80eca0e5...HEAD](https://github.com/rust-lang/cargo/compare/80eca0e5...HEAD)

### Added

### Changed

### Fixed

### Nightly only

### Documentation

- ❗ Policy change: always check `Cargo.lock` in verison control, even for
libraries. Lockfile and CI integration documentations are also expanded.
[Policy docs](https://doc.rust-lang.org/nightly/cargo/faq.html#why-have-cargolock-in-version-control),
[Lockfile docs](https://doc.rust-lang.org/nightly/cargo/guide/cargo-toml-vs-cargo-lock.html),
[CI docs](https://doc.rust-lang.org/nightly/cargo/guide/continuous-integration.html),
[#12382](https://github.com/rust-lang/cargo/pull/12382)

## Cargo 1.73 (2023-10-05)
[45782b6b...rust-1.73.0](https://github.com/rust-lang/cargo/compare/45782b6b...rust-1.73.0)

Expand All @@ -9,6 +29,7 @@
[#12498](https://github.com/rust-lang/cargo/pull/12498)
- Display package versions on Cargo timings graph.
[#12420](https://github.com/rust-lang/cargo/pull/12420)

### Changed

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

0 comments on commit 7a49c15

Please sign in to comment.