Skip to content

Commit cee1e6f

Browse files
RuoqingHestefano-garzarella
authored andcommitted
virtio-bindings: Prepare v0.2.4 release
Update virtio-bindings from v0.2.3 to v0.2.4: - Regenerate bindings with bindgen 0.70.1. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent 6b1ccb1 commit cee1e6f

File tree

8 files changed

+15
-5
lines changed

8 files changed

+15
-5
lines changed

virtio-bindings/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Upcoming Release
22

3+
# v0.2.4
4+
35
## Changed
46

57
- Regenerate bindings with bindgen 0.70.1.

virtio-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 = "virtio-bindings"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Sergio Lopez <slp@redhat.com>"]
55
description = "Rust FFI bindings to virtio generated using bindgen."
66
repository = "https://github.com/rust-vmm/vm-virtio"

virtio-blk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vmm-sys-util = { workspace = true }
1818
log = "0.4.17"
1919
virtio-queue = { path = "../virtio-queue" }
2020
virtio-device = { path = "../virtio-device" }
21-
virtio-bindings = { path = "../virtio-bindings", version = "0.2.3" }
21+
virtio-bindings = { path = "../virtio-bindings", version = "0.2.4" }
2222

2323
[dev-dependencies]
2424
vm-memory = { workspace = true, features = ["backend-mmap", "backend-atomic"] }

virtio-console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212

1313

1414
[dependencies]
15-
virtio-bindings = { path = "../virtio-bindings", version = "0.2.3" }
15+
virtio-bindings = { path = "../virtio-bindings", version = "0.2.4" }
1616
virtio-queue = { path = "../virtio-queue", version = "0.13.0" }
1717
vm-memory = { workspace = true }
1818

virtio-queue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upcoming
22

3+
## Changed
4+
5+
- Updated virtio-bindings from 0.2.3 to 0.2.4.
6+
37
# v0.13.0
48

59
## Changed

virtio-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test-utils = []
1616
vm-memory = { workspace = true }
1717
vmm-sys-util = { workspace = true }
1818
log = "0.4.17"
19-
virtio-bindings = { path="../virtio-bindings", version = "0.2.3" }
19+
virtio-bindings = { path="../virtio-bindings", version = "0.2.4" }
2020

2121
[dev-dependencies]
2222
criterion = "0.5.1"

virtio-vsock/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upcoming
22

3+
## Changed
4+
5+
- Updated virtio-bindings from 0.2.3 to 0.2.4.
6+
37
# v0.7.0
48

59
## Changed

virtio-vsock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
[dependencies]
1313
# The `path` part gets stripped when publishing the crate.
1414
virtio-queue = { path = "../virtio-queue", version = "0.13.0" }
15-
virtio-bindings = { path = "../virtio-bindings", version = "0.2.3" }
15+
virtio-bindings = { path = "../virtio-bindings", version = "0.2.4" }
1616
vm-memory = { workspace = true }
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)