Skip to content

Commit

Permalink
Update package.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Eich <[email protected]>
  • Loading branch information
mara-schulke and cdbrkfxrpt authored Aug 17, 2023
1 parent e6a9a84 commit 16fb682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl PackageStore {

eyre::ensure!(
existing.version == dependency.manifest.version,
"Another dependency in your project requires {}@{} which colides with {}@{} required by {}",
"A dependency of your project requires {}@{} which collides with {}@{} required by {}",
existing.name,
existing.version,
dependency.package,
Expand Down

0 comments on commit 16fb682

Please sign in to comment.