forked from AbleOS/ableos
updated cpuio dependency
This commit is contained in:
parent
7fa6a45247
commit
a60349c2f9
4
ableos/Cargo.lock
generated
4
ableos/Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue