Skip to content

Commit 88d8ace

Browse files
committed
fix(update): Add missing required rust-version note for git
1 parent e4a24b7 commit 88d8ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ fn print_lockfile_sync(
565565

566566
let msg = if package_id.source_id().is_git() {
567567
format!(
568-
"{previous_id} -> #{}",
568+
"{previous_id} -> #{}{note}",
569569
&package_id.source_id().precise_git_fragment().unwrap()[..8],
570570
)
571571
} else {

0 commit comments

Comments
 (0)