Skip to content

Commit 7382f22

Browse files
committed
Fix cargo relnotes using its 1.60.0 milestone
1 parent 1a49636 commit 7382f22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ Stabilized APIs
5959

6060
Cargo
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

8181
Internal 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

Comments
 (0)