Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 4a6ab0d

Browse files
Ali Shirvanijiangliu
authored andcommitted
Update verstion to the latest release.
Signed-off-by: Ali Shirvani <aj.shirvani@gmail.com>
1 parent 84d39fe commit 4a6ab0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ behaviour.
2222
# Usage
2323
First, add the following to your `Cargo.toml`:
2424
```toml
25-
kvm-bindings = "0.1"
25+
kvm-bindings = "0.3"
2626
```
2727
Next, add this to your crate root:
2828
```rust
@@ -32,7 +32,7 @@ By default `kvm-bindings` will export a wrapper over the latest available kernel
3232
version (4.20), but you can select a different version by specifying it in your
3333
toml:
3434
```toml
35-
kvm-bindings = { version = "0.1", features = ["kvm_v4_20_0"]}
35+
kvm-bindings = { version = "0.3", features = ["kvm_v4_20_0"]}
3636
```
3737
Bindings are generated for each specific Linux kernel version based on the enabled
3838
crate features as follows:
@@ -44,7 +44,7 @@ a Flexible Array Member in their definition.
4444
These safe wrappers can be used if the `fam-wrappers` feature is enabled for
4545
this crate. Example:
4646
```toml
47-
kvm-bindings = { version = "0.1", features = ["kvm_v4_20_0", "fam-wrappers"]}
47+
kvm-bindings = { version = "0.3", features = ["kvm_v4_20_0", "fam-wrappers"]}
4848
```
4949

5050
# Dependencies

0 commit comments

Comments
 (0)