File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## Cargo 1.73 (2023-10-05)
4
24
[ 45782b6b...rust-1.73.0] ( https://github.com/rust-lang/cargo/compare/45782b6b...rust-1.73.0 )
5
25
9
29
[ #12498 ] ( https://github.com/rust-lang/cargo/pull/12498 )
10
30
- Display package versions on Cargo timings graph.
11
31
[ #12420 ] ( https://github.com/rust-lang/cargo/pull/12420 )
32
+
12
33
### Changed
13
34
14
35
- Cargo now bails out when using ` cargo:: ` in custom build scripts. This is
You can’t perform that action at this time.
0 commit comments