diff --git a/Cargo.lock b/Cargo.lock index 41f85ab..34e4b66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "virtio-spec" -version = "0.3.1" +version = "0.3.2" dependencies = [ "allocator-api2", "bitfield-struct", diff --git a/Cargo.toml b/Cargo.toml index d1b36b4..d7d31d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virtio-spec" -version = "0.3.1" +version = "0.3.2" authors = ["Martin Kröning "] edition = "2021" description = "Definitions from the Virtual I/O Device (VIRTIO) specification."