File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ Stabilized APIs
45
45
Cargo
46
46
-----
47
47
- [ Cargo will now download crates in parallel using HTTP/2.] [ cargo/6005 ]
48
+ - [ You can now rename packages in your Cargo.toml] [ cargo/6319 ] We have a guide
49
+ on [ how to use the ` package ` key in your dependencies.] [ cargo-rename-reference ]
48
50
49
51
[ 52813 ] : https://github.com/rust-lang/rust/pull/52813/
50
52
[ 53218 ] : https://github.com/rust-lang/rust/pull/53218/
68
70
[ `slice::rchunks_mut` ] : https://doc.rust-lang.org/std/primitive.slice.html#method.rchunks_mut
69
71
[ `slice::rchunks` ] : https://doc.rust-lang.org/std/primitive.slice.html#method.rchunks
70
72
[ cargo/6005 ] : https://github.com/rust-lang/cargo/pull/6005/
73
+ [ cargo/6319 ] : https://github.com/rust-lang/cargo/pull/6319/
74
+ [ cargo-rename-reference ] : https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#renaming-dependencies-in-cargotoml
71
75
[ const-reference ] : https://doc.rust-lang.org/reference/items/functions.html#const-functions
72
76
73
77
You can’t perform that action at this time.
0 commit comments