aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1e3ce7..e9117c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,13 +12,14 @@
[package]
edition = "2021"
name = "virtio-bindings"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Sergio Lopez <slp@redhat.com>"]
description = "Rust FFI bindings to virtio generated using bindgen."
readme = "README.md"
keywords = ["virtio"]
license = "BSD-3-Clause OR Apache-2.0"
repository = "https://github.com/rust-vmm/vm-virtio"
+resolver = "1"
[dependencies]