From a60349c2f9a167978dc3362eade6253340030d16 Mon Sep 17 00:00:00 2001 From: Erin Date: Wed, 2 Feb 2022 00:12:29 +0100 Subject: [PATCH] updated cpuio dependency --- ableos/Cargo.lock | 4 ++-- ableos/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ableos/Cargo.lock b/ableos/Cargo.lock index 8f29203..cb5e881 100644 --- a/ableos/Cargo.lock +++ b/ableos/Cargo.lock @@ -150,8 +150,8 @@ dependencies = [ [[package]] name = "cpuio" -version = "0.3.0" -source = "git+https://github.com/anyusernameworks/cpuio.git#3908ecab79df80670ee1c5121870fc131f07627b" +version = "0.3.2" +source = "git+https://git.ablecorp.us/ondra05/cpuio.git#093cc103101b4ba4abd02d77c884113a376cdc64" [[package]] name = "crunchy" diff --git a/ableos/Cargo.toml b/ableos/Cargo.toml index e12a9ab..c8258a9 100644 --- a/ableos/Cargo.toml +++ b/ableos/Cargo.toml @@ -100,7 +100,7 @@ git = "https://git.ablecorp.us:443/able/externc-libm.git" [target.'cfg(target_arch = "x86_64")'.dependencies] bootloader = { version = "0.9.8", features = ["map_physical_memory"] } -cpuio = { git = "https://github.com/anyusernameworks/cpuio.git" } +cpuio = { git = "https://git.ablecorp.us/ondra05/cpuio.git" } pic8259 = "0.10.1" uart_16550 = "0.2.0" volatile = "0.2.6"