Skip to content

Commit 64245b4

Browse files
release virtio-bindings v0.2.0
This is the first release since we moved the crate to this workspace. Since the first release there are quite a few changes introduced including deprecating the kernel versions, and regenerating the bindings. Signed-off-by: Andreea Florescu <[email protected]>
1 parent bfe8233 commit 64245b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/virtio-bindings/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming Release
1+
# v0.2.0
22

33
## Added
44

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

crates/virtio-bindings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Rust FFI bindings to virtio generated using [bindgen](https://crates.io/crates/b
44
## Usage
55
Add this to your `Cargo.toml`:
66
```toml
7-
virtio-bindings = "0.1"
7+
virtio-bindings = "0.2"
88
```
99
You can then import the bindings where you need them. As an example, to grab the
1010
bindings for virtio-blk, you can do:

0 commit comments

Comments
 (0)