Skip to content

Commit

Permalink
update bhyve_api
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Sep 15, 2024
1 parent b791d7f commit c86752b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,10 @@ proc-macro2 = "1.0"
# progenitor-client = { git = "https://github.com/oxidecomputer/progenitor", branch = "main" }
progenitor = { git = "https://github.com/oxidecomputer/progenitor", branch = "dependabot/cargo/reqwest-0.12.4" }
progenitor-client = { git = "https://github.com/oxidecomputer/progenitor", branch = "dependabot/cargo/reqwest-0.12.4" }
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" }
#bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" }
# propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" }
# propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" }
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" }
propolis-client = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" }
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" }
proptest = "1.5.0"
Expand Down

0 comments on commit c86752b

Please sign in to comment.