Skip to content

Commit b285e67

Browse files
committed
Update dependency versions in build script
1 parent 2572926 commit b285e67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ use std::{
33
process::Command,
44
};
55

6-
const BOOTLOADER_X86_64_UEFI_VERSION: &str = "0.1.0-alpha.0";
6+
const BOOTLOADER_X86_64_UEFI_VERSION: &str = "0.11.0-beta";
77

8-
const BOOTLOADER_X86_64_BIOS_BOOT_SECTOR_VERSION: &str = "0.1.0-alpha.0";
9-
const BOOTLOADER_X86_64_BIOS_STAGE_2_VERSION: &str = "0.1.0-alpha.0";
10-
const BOOTLOADER_X86_64_BIOS_STAGE_3_VERSION: &str = "0.1.0-alpha.0";
11-
const BOOTLOADER_X86_64_BIOS_STAGE_4_VERSION: &str = "0.1.0-alpha.0";
8+
const BOOTLOADER_X86_64_BIOS_BOOT_SECTOR_VERSION: &str = "0.1.0-beta.1";
9+
const BOOTLOADER_X86_64_BIOS_STAGE_2_VERSION: &str = "0.1.0-beta";
10+
const BOOTLOADER_X86_64_BIOS_STAGE_3_VERSION: &str = "0.1.0-beta";
11+
const BOOTLOADER_X86_64_BIOS_STAGE_4_VERSION: &str = "0.11.0-beta";
1212

1313
fn main() {
1414
let out_dir = PathBuf::from(std::env::var("OUT_DIR").unwrap());

0 commit comments

Comments
 (0)