Skip to content

Commit

Permalink
fixup! refactor to build specific bins and features
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Jun 24, 2024
1 parent e472043 commit f7162b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/bin/omicron-package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async fn do_for_all_rust_packages(
command: &str,
) -> Result<()> {
// Collect a map of all of the workspace packages
let workspace = cargo_metadata::MetadataCommand::new().exec()?;
let workspace = cargo_metadata::MetadataCommand::new().no_deps().exec()?;
let workspace_pkgs = workspace
.packages
.into_iter()
Expand Down

0 comments on commit f7162b0

Please sign in to comment.