Skip to content

Commit c3abb7c

Browse files
committed
fix: bump kvm-ioctls version to 0.19.1
We did a 0.19.1 patch release from a 0.19.1 branch to fix RUSTSEC-2024-0428, however now cargo audit complains about the main branch "using" kvm-ioctls 0.19.0. So bump the version on the main branch as well, despire us not having made the release from this branch. Otherwise, no PRs can be merged. Signed-off-by: Patrick Roy <[email protected]>
1 parent 1de9229 commit c3abb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kvm-ioctls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-ioctls"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
authors = ["Amazon Firecracker Team <[email protected]>"]
55
description = "Safe wrappers over KVM ioctls"
66
repository = "https://github.com/rust-vmm/kvm"

0 commit comments

Comments
 (0)