From 638dff9bef5e4c7353e077127541b9f36df3b356 Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Mon, 15 Mar 2021 18:36:03 -0400 Subject: Update for modern crates --- bunny/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bunny/Cargo.toml') diff --git a/bunny/Cargo.toml b/bunny/Cargo.toml index 119113b..d267550 100644 --- a/bunny/Cargo.toml +++ b/bunny/Cargo.toml @@ -6,9 +6,9 @@ build = "build.rs" edition = "2018" [dependencies] -uefi = { path = "uefi-rs" } -uefi-exts = { path = "uefi-rs/uefi-exts" } -uefi-services = { path = "uefi-rs/uefi-services" } +uefi = "*" +uefi-services = "*" x86_64 = "*" volatile = "*" -log = "*" +log = { version = "*", default-features = false } +rlibc = "*" -- cgit v1.2.3-54-g00ecf