Skip to content

Commit 25315d3

Browse files
Update mshv-ioctls requirement from =0.2.1 to =0.3.1
Updates the requirements on [mshv-ioctls](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-ioctls-v0.2.1...mshv-ioctls-v0.2.1) --- updated-dependencies: - dependency-name: mshv-ioctls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66ff3db commit 25315d3

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
@@ -30,7 +30,7 @@ rust-version = "1.79.0"
3030

3131
[workspace.dependencies]
3232
mshv-bindings = { version = "=0.2.1" }
33-
mshv-ioctls = { version = "=0.2.1" }
33+
mshv-ioctls = { version = "=0.3.1" }
3434

3535
hyperlight-common = { path = "src/hyperlight_common", version = "0.9.0", default-features = false }
3636
hyperlight-host = { path = "src/hyperlight_host", version = "0.9.0", default-features = false }

0 commit comments

Comments
 (0)