You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Unreleased
2
2
3
-
- Remove features const_mut_refs and use_spin_nightly. Since rust 1.61, the underlying const functions are available in stable rust,
4
-
and lock_api >= 0.4.7 automatically uses them. (Feature const_fn_trait_bound, https://github.com/rust-lang/rust/pull/93827)
3
+
- Remove features `const_mut_refs` and `use_spin_nightly`.
4
+
5
+
Since rust 1.61, the [required const features](https://github.com/rust-lang/rust/pull/93827) are available in stable rust, and `lock_api` >= 0.4.7 automatically uses them.
5
6
To avoid a breaking change, the features are still listed in Cargo.toml, but have no effect and are marked as deprecated.
6
7
This bumps the minimum supported rust version to 1.61.
0 commit comments