From 7ae803b2270d898f5cce9152ef092e4f78309de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Tue, 9 Sep 2025 16:16:53 +0200 Subject: [PATCH] chore: release version 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."