Skip to content

Commit fded947

Browse files
committed
Add a compatibility note for BITS in 1.53
1 parent 9fef8d9 commit fded947

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ Compatibility Notes
109109
to rejecting hexadecimal IP addresses.][83652] The octal format can lead
110110
to confusion and potential security vulnerabilities and [is no
111111
longer recommended][ietf6943].
112-
112+
- [The added `BITS` constant may conflict with external definitions.][85667]
113+
In particular, this was known to be a problem in the `lexical-core` crate,
114+
but they have published fixes for semantic versions 0.4 through 0.7. To
115+
update this dependency alone, use `cargo update -p lexical-core`.
113116

114117
Internal Only
115118
-------------
@@ -122,6 +125,7 @@ related tools.
122125
- [rustdoc: Only look at blanket impls in `get_blanket_impls`][83681]
123126
- [Rework rustdoc const type][82873]
124127

128+
[85667]: https://github.com/rust-lang/rust/pull/85667
125129
[83386]: https://github.com/rust-lang/rust/pull/83386
126130
[82771]: https://github.com/rust-lang/rust/pull/82771
127131
[84147]: https://github.com/rust-lang/rust/pull/84147

0 commit comments

Comments
 (0)