We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e34168 commit a9602f0Copy full SHA for a9602f0
src/prepare.rs
@@ -397,6 +397,7 @@ pub enum PrepareError {
397
/// Some of the dependencies do not exist anymore.
398
#[error("the crate depends on missing dependencies: \n\n{0}")]
399
MissingDependencies(String),
400
+ /// cargo rejected the lockfile
401
#[error("the crate has a broken lockfile: \n\n{0}")]
402
InvalidCargoLock(String),
403
}
0 commit comments