File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,10 @@ Compatibility Notes
109
109
to rejecting hexadecimal IP addresses.][83652] The octal format can lead
110
110
to confusion and potential security vulnerabilities and [is no
111
111
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`.
113
116
114
117
Internal Only
115
118
-------------
@@ -122,6 +125,7 @@ related tools.
122
125
- [rustdoc: Only look at blanket impls in `get_blanket_impls`][83681]
123
126
- [Rework rustdoc const type][82873]
124
127
128
+ [85667]: https://github.com/rust-lang/rust/pull/85667
125
129
[83386]: https://github.com/rust-lang/rust/pull/83386
126
130
[82771]: https://github.com/rust-lang/rust/pull/82771
127
131
[84147]: https://github.com/rust-lang/rust/pull/84147
You can’t perform that action at this time.
0 commit comments