From fedb53346a9ffa5ad7e800aa3b9e1233834b510e Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Sat, 6 Apr 2019 15:46:08 +0800 Subject: [PATCH] Update mips crate Signed-off-by: Harry Chen --- kernel/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Cargo.lock b/kernel/Cargo.lock index 00aeaa9..1ea185d 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#ff6065e8397cda9872a1f42ec7bf0fcbb85bb253" +source = "git+https://github.com/Harry-Chen/rust-mips#e2cea12fc88f1f5a788a155972cd4047e7ad2b4f" 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)",