Skip to content

Commit

Permalink
Update crucible to get fix 1000 (#551)
Browse files Browse the repository at this point in the history
Use regions_dataset path for apply_smf (#1000)

Co-authored-by: Alan Hanson <[email protected]>
  • Loading branch information
leftwo and Alan Hanson authored Oct 13, 2023
1 parent af80a02 commit 334df29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ oximeter-producer = { git = "https://github.com/oxidecomputer/omicron", branch =
oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }

# Crucible
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "b7a6856837faba76738282f9b45c2316ae1733dc" }
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "b7a6856837faba76738282f9b45c2316ae1733dc" }
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "657d985247b41e38aac2e271c7ce8bc9ea81f4b6" }
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "657d985247b41e38aac2e271c7ce8bc9ea81f4b6" }

# External dependencies
anyhow = "1.0"
Expand Down

0 comments on commit 334df29

Please sign in to comment.