Skip to content

Commit

Permalink
Bump Crucible revision
Browse files Browse the repository at this point in the history
Picks up:

    * 9f69dea - Actually provision read-only downstairs! (oxidecomputer#728)
    * 92ae012 - crutest use SIGUSR1 to stop tests (oxidecomputer#699)
    * 47f3569 - Add build info and version commands (oxidecomputer#709)
    * 07f0a9e - Give up on a downstairs (oxidecomputer#725)
    * 9985a4c - Slightly better versioning between upstairs and downstairs (oxidecomputer#705)
    * 0b34a53 - Fix paths in method scripts (oxidecomputer#703)
    * 12b65eb - [smf] Allow Crucible Zones to be self-assembling (oxidecomputer#498)

Also updates uuid dep to 1.3.2.
  • Loading branch information
jmpesp committed May 10, 2023
1 parent 176fab4 commit f54b863
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 27 deletions.
73 changes: 49 additions & 24 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,16 @@ tracing-appender = "0.2.2"
tracing-bunyan-formatter = "0.3.3"
tracing-subscriber = "0.3.14"
usdt = { version = "0.3.2", default-features = false }
uuid = "1.0.0"
uuid = "1.3.2"
version_check = "0.9"
viona_api = { path = "crates/viona-api" }
viona_api_sys = { path = "crates/viona-api/sys" }
vte = "0.10.1"

[workspace.dependencies.crucible-client-types]
git = "https://github.com/oxidecomputer/crucible"
rev = "3a3e806bfc2eea3519cfc0ec14ec4e745f275cd6"
rev = "9f69deab230079a5bae4a10a099d7fc1f3d29df7"

[workspace.dependencies.crucible]
git = "https://github.com/oxidecomputer/crucible"
rev = "3a3e806bfc2eea3519cfc0ec14ec4e745f275cd6"
rev = "9f69deab230079a5bae4a10a099d7fc1f3d29df7"

0 comments on commit f54b863

Please sign in to comment.