Update changelog for 1.79.0

This commit is contained in:
Weihang Lo 2024-03-18 16:06:42 -04:00
parent 6706ee9c35
commit d85644ea55
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
1 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## Cargo 1.79 (2024-06-13)
[2fe739fc...HEAD](https://github.com/rust-lang/cargo/compare/2fe739fc...HEAD)
### Added
### Changed
### Fixed
- Replace dashes with underscores also if `lib.name` is inferred from `package.name`.
[#12783](https://github.com/rust-lang/cargo/pull/12783)
### Nightly only
## Cargo 1.78 (2024-05-02)
[7bb7b539...rust-1.78.0](https://github.com/rust-lang/cargo/compare/7bb7b539...rust-1.78.0)