Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Suggest 'rustup override set' rather than 'rustup default' #58

@p2mate

Description

@p2mate

'rustup default' will change the default toolchain for all rust builds done by the same user. This may cause an older rustc version to be used for non-esp32 builds and also may cause those builds to fail if they require a newer version than the Espressif provided one. Hence it's better to limit the toolchain override to the esp32 project by using rustup override set esp in the root of the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions