From 11b73e2cac3f667498705be369eb962b1c88ab60 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Wed, 23 Oct 2024 10:17:57 -0400 Subject: [PATCH] release: 0.2.0 Move the version down from 0.3.0; I bumped it to 0.3 in https://github.com/rust-osdev/ovmf-prebuilt/pull/93 but forgot that we never did a 0.2 release, so no need to skip that version number. --- Cargo.lock | 2 +- ovmf-prebuilt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f5e892..7a9e55f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "ovmf-prebuilt" -version = "0.3.0" +version = "0.2.0" dependencies = [ "log", "lzma-rs", diff --git a/ovmf-prebuilt/Cargo.toml b/ovmf-prebuilt/Cargo.toml index 11b95c4..acb7d60 100644 --- a/ovmf-prebuilt/Cargo.toml +++ b/ovmf-prebuilt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ovmf-prebuilt" -version = "0.3.0" +version = "0.2.0" edition.workspace = true categories = ["development-tools"] keywords = ["edk2", "firmware", "ovmf", "prebuilt"]