Skip to content

Commit

Permalink
Merge branch 'main' into mara/nix
Browse files Browse the repository at this point in the history
  • Loading branch information
mara-schulke authored Feb 28, 2024
2 parents 78786db + 6870eea commit bc256f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ pub async fn install() -> miette::Result<()> {

if let Some(ref pkg) = manifest.package {
store.populate(pkg).await?;

tracing::info!(":: installed {}@{}", pkg.name, pkg.version);
}

let dependency_graph =
Expand Down
1 change: 1 addition & 0 deletions tests/cmd/install/stdout.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:: installed some-test-api@0.1.0

0 comments on commit bc256f6

Please sign in to comment.