cargo-update Verified for current stable LTS

Cargo Update Command: Update Dependency To Specific Version

Use for update dependency to specific version with Cargo Update. Exact CLI syntax to update dependency to specific version using Cargo Update.

When to use this: Use for update dependency to specific version with Cargo Update.

Command Syntax

cargo update --package <dependency> --precise <1.2.3>

Command Breakdown

--package
Command Option
Tool-specific option used by this command invocation.
--precise
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to update dependency to specific version using Cargo Update.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Cargo Update directory