Skip to content

Commit

Permalink
Update Rust crate omicron-zone-package to 0.9.1 (#4365)
Browse files Browse the repository at this point in the history
Co-authored-by: Rain <[email protected]>
  • Loading branch information
oxide-renovate[bot] and sunshowers authored Nov 19, 2023
1 parent d25aabc commit bc91ea4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ omicron-package = { path = "package" }
omicron-rpaths = { path = "rpaths" }
omicron-sled-agent = { path = "sled-agent" }
omicron-test-utils = { path = "test-utils" }
omicron-zone-package = "0.8.3"
omicron-zone-package = "0.9.1"
oxide-client = { path = "clients/oxide-client" }
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "258a8b59902dd36fc7ee5425e6b1fb5fc80d4649", features = [ "api", "std" ] }
once_cell = "1.18.0"
Expand Down
2 changes: 1 addition & 1 deletion package/src/dot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pub fn do_dot(
}
}

PackageSource::Local { blobs, rust, paths } => {
PackageSource::Local { blobs, rust, paths, .. } => {
// Regardless of the type of local package (e.g., files-only or
// Rust package or whatever), create nodes showing any S3 blobs
// on which it depends.
Expand Down

0 comments on commit bc91ea4

Please sign in to comment.