Skip to content

Commit 5c023de

Browse files
Update mshv-bindings requirement from =0.2.1 to =0.3.1
Updates the requirements on [mshv-bindings](https://github.com/rust-vmm/mshv) to permit the latest version. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](rust-vmm/mshv@mshv-bindings-v0.2.1...mshv-bindings-v0.2.1) --- updated-dependencies: - dependency-name: mshv-bindings dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20d8f35 commit 5c023de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
3333
readme = "README.md"
3434

3535
[workspace.dependencies]
36-
mshv-bindings = { version = "=0.2.1" }
36+
mshv-bindings = { version = "=0.3.1" }
3737
mshv-ioctls = { version = "=0.2.1" }
3838

3939
hyperlight-common = { path = "src/hyperlight_common", version = "0.1.0", default-features = false }

0 commit comments

Comments
 (0)