From 9d576b482720fc093dacbac52003f250f9be6382 Mon Sep 17 00:00:00 2001 From: Yuhao Zhou Date: Sun, 7 Apr 2019 04:21:35 +0800 Subject: [PATCH] Update Cargo.lock for rust-mips. --- kernel/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Cargo.lock b/kernel/Cargo.lock index 702c095..d1bd1be 100644 --- a/kernel/Cargo.lock +++ b/kernel/Cargo.lock @@ -230,7 +230,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mips" version = "0.1.0" -source = "git+https://github.com/Harry-Chen/rust-mips#bee9865920bceef12dbb527c1c237de905129c0b" +source = "git+https://github.com/Harry-Chen/rust-mips#1f3df9589869670621baa863b87a3444d80f08a6" dependencies = [ "bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",