Skip to content

Commit 5183b9b

Browse files
jinankjainepilys
authored andcommitted
virtio-bindings: Prepare v0.2.6 release
Changed - Bindings are now once again distributed with the crate, rather than generated at build time. - Regenerate bindings with Linux 6.15. - Remove unused feature flags and build dependencies. Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
1 parent 3236c5b commit 5183b9b

File tree

8 files changed

+11
-5
lines changed

8 files changed

+11
-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.6
4+
35
## Changed
46

57
- Bindings are now once again distributed with the crate, rather than

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.5"
3+
version = "0.2.6"
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.5" }
21+
virtio-bindings = { path = "../virtio-bindings", version = "0.2.6" }
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.5" }
15+
virtio-bindings = { path = "../virtio-bindings", version = "0.2.6" }
1616
virtio-queue = { path = "../virtio-queue", version = "0.15.0" }
1717
vm-memory = { workspace = true }
1818

virtio-queue/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Changed
66

7+
- Updated virtio-bindings from 0.2.5 to 0.2.6.
8+
79
## Added
810

911
# v0.15.0

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.5" }
19+
virtio-bindings = { path="../virtio-bindings", version = "0.2.6" }
2020

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

virtio-vsock/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Changed
66

7+
- Updated virtio-bindings from 0.2.5 to 0.2.6.
8+
79
## Fixed
810

911
# v0.9.0

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.15.0" }
15-
virtio-bindings = { path = "../virtio-bindings", version = "0.2.5" }
15+
virtio-bindings = { path = "../virtio-bindings", version = "0.2.6" }
1616
vm-memory = { workspace = true }
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)