Skip to content

Support specifying a rustc channel via +channel argument #370

@anti-social

Description

@anti-social

cargo supports specifying channels via:

cargo +nightly bench

At the moment cross just runs cargo on the host system. As a workaround it is possible to specify channel via an environment variable:

RUSTUP_TOOLCHAIN=nightly cross bench

Think it would be nice to have this feature in order to be more cargo friendly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions