Skip to content

Commit 955c65e

Browse files
committed
virtio-bindings: release v0.2.3
This release contains updated bindings. Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
1 parent 4084a91 commit 955c65e

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.3
4+
35
## Added
46

57
- Exposed virtio_ids.h bindings as a public module.

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.2"
3+
version = "0.2.3"
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 = "0.12.1"
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.2" }
21+
virtio-bindings = { path = "../virtio-bindings", version = "0.2.3" }
2222

2323
[dev-dependencies]
2424
vm-memory = { version = "0.15.0", 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.2" }
15+
virtio-bindings = { path = "../virtio-bindings", version = "0.2.3" }
1616
virtio-queue = { path = "../virtio-queue", version = "0.12.0" }
1717
vm-memory = "0.15.0"
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.2 to 0.2.3.
6+
37
# v0.12.0
48

59
## Added

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 = "0.15.0"
1717
vmm-sys-util = "0.12.1"
1818
log = "0.4.17"
19-
virtio-bindings = { path="../virtio-bindings", version = "0.2.2" }
19+
virtio-bindings = { path="../virtio-bindings", version = "0.2.3" }
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.2 to 0.2.3.
6+
37
# v0.6.0
48

59
## Changes

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.12.0" }
15-
virtio-bindings = { path = "../virtio-bindings", version = "0.2.2" }
15+
virtio-bindings = { path = "../virtio-bindings", version = "0.2.3" }
1616
vm-memory = "0.15.0"
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)