Skip to content

Commit 36e51d8

Browse files
jinankjainrussell-islam
authored andcommitted
misc: Update version for various crates in Cargo.toml
vfio-bindings: Moves to v0.5.0 vfio-ioctls: Moves to v0.5.0 vfio-user: First release of the crate on crates.io v0.1.0 Signed-off-by: Jinank Jain <[email protected]>
1 parent 95a1fb7 commit 36e51d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

vfio-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vfio-bindings"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["The Cloud Hypervisor Authors"]
55
license = "Apache-2.0 OR BSD-3-Clause"
66
description = "Rust FFI bindings to vfio generated using bindgen."

vfio-ioctls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vfio-ioctls"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = [
55
"The Cloud Hypervisor Authors",
66
"Liu Jiang <[email protected]>",
@@ -27,7 +27,7 @@ log = "0.4"
2727
kvm-bindings = { version = "0.12.0", optional = true }
2828
kvm-ioctls = { version = "0.22.0", optional = true }
2929
thiserror = { workspace = true }
30-
vfio-bindings = { version = "0.4.0", path = "../vfio-bindings" }
30+
vfio-bindings = { version = "=0.5.0", path = "../vfio-bindings" }
3131
vm-memory = { version = "0.16.0", features = ["backend-mmap"] }
3232
vmm-sys-util = { workspace = true }
3333
mshv-bindings = { version = "0.5.0", features = [

vfio-user/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde = { version = "1.0.151", features = ["rc"] }
1818
serde_derive = "1.0.149"
1919
serde_json = "1.0.93"
2020
thiserror = { workspace = true }
21-
vfio-bindings = { version = "0.4.0", path = "../vfio-bindings", features = [
21+
vfio-bindings = { version = "=0.5.0", path = "../vfio-bindings", features = [
2222
"fam-wrappers",
2323
] }
2424
vm-memory = { version = "0.16.0", features = [

0 commit comments

Comments
 (0)