Skip to content

Commit c86752b

Browse files
committed
update bhyve_api
1 parent b791d7f commit c86752b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,10 @@ proc-macro2 = "1.0"
515515
# progenitor-client = { git = "https://github.com/oxidecomputer/progenitor", branch = "main" }
516516
progenitor = { git = "https://github.com/oxidecomputer/progenitor", branch = "dependabot/cargo/reqwest-0.12.4" }
517517
progenitor-client = { git = "https://github.com/oxidecomputer/progenitor", branch = "dependabot/cargo/reqwest-0.12.4" }
518-
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" }
518+
#bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" }
519519
# propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" }
520520
# propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" }
521+
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" }
521522
propolis-client = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" }
522523
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" }
523524
proptest = "1.5.0"

0 commit comments

Comments
 (0)