X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=4b753a2b32fff9bf3c29e0c5510678323dca411c;hb=03b845a41f1666654ecffcbaa6a582170ec0ed8d;hp=9001f9c4b00f00aff2861c99bef1a8580c2007c1;hpb=0ef2b4a29bf70e8984d0d2febb7a546856c554a0;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index 9001f9c4b00..4b753a2b32f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -113,6 +113,7 @@ Compatibility Notes In particular, this was known to be a problem in the `lexical-core` crate, but they have published fixes for semantic versions 0.4 through 0.7. To update this dependency alone, use `cargo update -p lexical-core`. +- Incremental compilation remains off by default, unless one uses the `RUSTC_FORCE_INCREMENTAL=1` environment variable added in 1.52.1. Internal Only -------------