Skip to content

added note that incr-comp is still off by default in 1.53 release #854

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions posts/2021-06-17-Rust-1.53.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ Cargo no longer assumes the default `HEAD` of git repositories is named `master`
This means you no longer need to specify `branch = "main"` for git dependencies
from a repository where the default branch is called `main`.

### Incremental Compilation remains off by default

As previously discussed on the [blog post for version 1.52.1](/2021/05/10/Rust-1.52.1.html), incremental compilation has been turned off by default on the stable Rust release channel. The feature remains available on the beta and nightly release channels. For the 1.53.0 stable release, the method for reenabling incremental is unchanged from 1.52.1.

### Stabilized APIs

The following methods and trait implementations were stabilized.
Expand Down