File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Cargo 1.68 (2023-03-09)
4
+ [ f6e737b1...HEAD] ( https://github.com/rust-lang/cargo/compare/f6e737b1...HEAD )
5
+
6
+ ### Added
7
+
8
+ - Cargo's file locking mechanism now supports Solaris by using fcntl.
9
+ [ #11439 ] ( https://github.com/rust-lang/cargo/pull/11439 )
10
+ [ #11474 ] ( https://github.com/rust-lang/cargo/pull/11474 )
11
+ - ` home ` crate is now a subcrate in ` rust-lang/cargo ` repository. Welcome!
12
+ [ #11359 ] ( https://github.com/rust-lang/cargo/pull/11359 )
13
+ [ #11481 ] ( https://github.com/rust-lang/cargo/pull/11481 )
14
+
15
+ ### Changed
16
+
17
+ - Splitted up registry documentation into multiple sections.
18
+ [ #11480 ] ( https://github.com/rust-lang/cargo/pull/11480 )
19
+
20
+ ### Fixed
21
+
22
+ - Setting ` target.cfg(…).rustflags ` shouldn't erase ` build.rustdocflags ` .
23
+ [ #11323 ] ( https://github.com/rust-lang/cargo/pull/11323 )
24
+
25
+ ### Nightly only
26
+
27
+ - Suggests ` cargo clippy --fix ` when warnings/errors should be fixed with clippy.
28
+ [ #11399 ] ( https://github.com/rust-lang/cargo/pull/11399 )
29
+ - Fixed artifact deps not working when target field specified coexists with ` optional = true ` .
30
+ [ #11434 ] ( https://github.com/rust-lang/cargo/pull/11434 )
31
+ - Allows builds of some crate to fail during optional doc-scraping.
32
+ [ #11450 ] ( https://github.com/rust-lang/cargo/pull/11450 )
33
+
3
34
## Cargo 1.67 (2023-01-26)
4
35
[ 7e484fc1...rust-1.67.0] ( https://github.com/rust-lang/cargo/compare/7e484fc1...rust-1.67.0 )
5
36
You can’t perform that action at this time.
0 commit comments