Skip to content

Commit f370346

Browse files
cuviperMark-Simulacrum
authored andcommitted
Add a compatibility note for BITS in 1.53
1 parent 593a02b commit f370346

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ Compatibility Notes
116116
to rejecting hexadecimal IP addresses.][83652] The octal format can lead
117117
to confusion and potential security vulnerabilities and [is no
118118
longer recommended][ietf6943].
119-
119+
- [The added `BITS` constant may conflict with external definitions.][85667]
120+
In particular, this was known to be a problem in the `lexical-core` crate,
121+
but they have published fixes for semantic versions 0.4 through 0.7. To
122+
update this dependency alone, use `cargo update -p lexical-core`.
120123

121124
Internal Only
122125
-------------
@@ -129,6 +132,7 @@ related tools.
129132
- [rustdoc: Only look at blanket impls in `get_blanket_impls`][83681]
130133
- [Rework rustdoc const type][82873]
131134

135+
[85667]: https://github.com/rust-lang/rust/pull/85667
132136
[83386]: https://github.com/rust-lang/rust/pull/83386
133137
[82771]: https://github.com/rust-lang/rust/pull/82771
134138
[84147]: https://github.com/rust-lang/rust/pull/84147

0 commit comments

Comments
 (0)