From 62fe4e53611939d827a3a25d9ecb226965dc4501 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Sat, 6 Apr 2019 14:45:28 +0800 Subject: [PATCH] Update rust-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 a98db90..00aeaa9 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#ec0c31e18a904536ffa19bbd1f5d0d0fd19b2cd1" +source = "git+https://github.com/Harry-Chen/rust-mips#ff6065e8397cda9872a1f42ec7bf0fcbb85bb253" 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)",