Skip to content

feat: add --cargo-profile and --cargo-features flags#35

Merged
DaniPopes merged 1 commit intomasterfrom
dani/cargo-profile-features
Jan 29, 2026
Merged

feat: add --cargo-profile and --cargo-features flags#35
DaniPopes merged 1 commit intomasterfrom
dani/cargo-profile-features

Conversation

@DaniPopes
Copy link
Member

Add two new flags for cargo builds:

  • --cargo-profile <PROFILE> - Sets the cargo profile (defaults to release)
  • --cargo-features <FEATURES> - Enables cargo features for the build

Both flags apply to local path installs (-p) and source builds (-b, -P, -C).

@DaniPopes DaniPopes merged commit c01f4c2 into master Jan 29, 2026
12 checks passed
@DaniPopes DaniPopes deleted the dani/cargo-profile-features branch January 29, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants