Migrating to Turborepo v2.10.5
Version v2.10.5 introduces 1 breaking change. This guide details how to update your code.
Released: 7/13/2026
1
Breaking Changes
1
Migration Steps
8
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
sccacheCargopnpmbun.locknpmYarnGhosttynextestBreaking Changes
●Issue #1
The Cargo toolchain ID has been renamed from 'cargo' to 'rust'. If you have explicit configurations referencing the 'cargo' toolchain ID, you will need to update them to 'rust'.
Migration Steps
- 1Rename the Cargo toolchain ID from 'cargo' to 'rust' in your configurations if you have explicitly referenced it.
Release Summary
This release enhances Cargo support by integrating sccache for remote caching and embedding it directly, eliminating the need for separate installation. It also introduces improvements to task command parsing, execution, and TUI functionality.
Need More Details?
View the full release notes and all changes for Turborepo v2.10.5.
View Full Changelog