File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
114117Internal 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
You can’t perform that action at this time.
0 commit comments