@@ -59,9 +59,10 @@ Stabilized APIs
5959
6060Cargo
6161-----
62- - [Print executable name on `cargo test --no-run`.][cargo/9959]
6362- [Port cargo from `toml-rs` to `toml_edit`][cargo/10086]
63+ - [Support rustflags per profile][cargo/10217]
6464- [Stabilize `-Ztimings` as `--timings`][cargo/10245]
65+ - [Stabilize namespaced and weak dependency features.][cargo/10269]
6566- [Accept more `cargo:rustc-link-arg-*` types from build script output.][cargo/10274]
6667- [cargo-new should not add ignore rule on Cargo.lock inside subdirs][cargo/10379]
6768
@@ -76,7 +77,6 @@ Compatibility Notes
7677- [Remove compiler-rt linking hack on Android][83822]
7778- [Remove deprecated LLVM-style inline assembly][92816]
7879- [Reject unsupported naked functions][93153]
79- - [Remove deprecated `--host` arg for cargo search and publish cmds][cargo/10327]
8080
8181Internal Changes
8282----------------
@@ -113,12 +113,12 @@ and related tools.
113113[93824]: https://github.com/rust-lang/rust/pull/93824
114114[93918]: https://github.com/rust-lang/rust/pull/93918
115115
116- [cargo/9959]: https://github.com/rust-lang/cargo/pull/9959
117116[cargo/10086]: https://github.com/rust-lang/cargo/pull/10086
117+ [cargo/10217]: https://github.com/rust-lang/cargo/pull/10217
118118[cargo/10245]: https://github.com/rust-lang/cargo/pull/10245
119+ [cargo/10269]: https://github.com/rust-lang/cargo/pull/10269
119120[cargo/10274]: https://github.com/rust-lang/cargo/pull/10274
120121[cargo/10379]: https://github.com/rust-lang/cargo/pull/10379
121- [cargo/10327]: https://github.com/rust-lang/cargo/pull/10327
122122
123123[arc_new_cyclic]: https://doc.rust-lang.org/stable/std/sync/struct.Arc.html#method.new_cyclic
124124[rc_new_cyclic]: https://doc.rust-lang.org/stable/std/rc/struct.Rc.html#method.new_cyclic
0 commit comments