diff --git a/Cargo.lock b/Cargo.lock index 6749e85..c1ab2b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "virtio-spec" -version = "0.2.0" +version = "0.3.0" dependencies = [ "allocator-api2", "bitfield-struct", diff --git a/Cargo.toml b/Cargo.toml index c111faa..9926e4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virtio-spec" -version = "0.2.0" +version = "0.3.0" authors = ["Martin Kröning "] edition = "2021" description = "Definitions from the Virtual I/O Device (VIRTIO) specification."