From 3fbac90c4d3b8db48d1f4e5634135b0d22723f16 Mon Sep 17 00:00:00 2001 From: Felix S Klock II Date: Thu, 17 Jun 2021 12:45:50 -0400 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) 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 -------------