RustRover 2024.2 Help

Switch Cargo profiles

When you run Cargo commands without specifying a profile, Cargo uses the default one. You can override this behavior either by specifying the profile explicitly (as part of the Cargo command) or by choosing the necessary profile in the profile switcher.

Switch Cargo profile

  • To choose from one of the default profiles, locate the profile switcher on the main toolbar and select the preferred profile.

    Switch Cargo profile using switcher
  • To use a custom profile, go to Run | Edit Configuration, select the necessary configuration, and specify the custom profile using --profile [my_profile] or --profile "[my_profile]" syntax.

Last modified: 29 October 2024