Skip to content

Commit 7c3b136

Browse files
nicholasbishopphip1611
authored andcommitted
release: 0.2.3 with EDK2_STABLE202502_R2
Add constant for EDK2_STABLE202502_R2 and release 0.2.3.
1 parent 81c1a6c commit 7c3b136

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ovmf-prebuilt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ovmf-prebuilt"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition.workspace = true
55
categories = ["development-tools"]
66
keywords = ["edk2", "firmware", "ovmf", "prebuilt"]

ovmf-prebuilt/src/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,16 @@ impl Source {
5858
sha256: "6d6122e88cdc09e1ffafb6a39fbdbfba668a6ded3f2a032b2cd6c0b7ff6d69df",
5959
};
6060

61+
pub const EDK2_STABLE202502_R2: Self = Self {
62+
tag: "edk2-stable202502-r2",
63+
sha256: "dd59d3d52f0a643f07a488f80ab40f89c30f360999d98cdffb30e1eba5476641",
64+
};
65+
6166
/// Latest release tag.
6267
///
6368
/// Note that this is not necessarily the latest prebuilt available
6469
/// from the git repo.
65-
pub const LATEST: Self = Self::EDK2_STABLE202502_R1;
70+
pub const LATEST: Self = Self::EDK2_STABLE202502_R2;
6671
}
6772

6873
/// UEFI architecture.

0 commit comments

Comments
 (0)