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