From c3d8424a46c56d53ff75cd67abfc2d15d03fc2c8 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Tue, 20 Oct 2020 05:58:38 +0300 Subject: [PATCH] Update cortex-a dependency While we wait for merge of master repository PRs. --- Cargo.lock | 2 +- nucleus/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 117eff9..9c28f77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "cortex-a" version = "3.0.5" -source = "git+https://github.com/berkus/cortex-a?branch=feature/add-registers#70e80eabbec6d8e20c19928c3b25d49b70d8327d" +source = "git+https://github.com/berkus/cortex-a?branch=feature/asm-syntax#c6d4033bf513b02d29da2d653ece2b90c3ad1e6d" dependencies = [ "register", ] diff --git a/nucleus/Cargo.toml b/nucleus/Cargo.toml index 9917610..10b4c80 100644 --- a/nucleus/Cargo.toml +++ b/nucleus/Cargo.toml @@ -23,7 +23,7 @@ qemu = ["qemu-exit"] r0 = "1.0" rlibc = "1.0" qemu-exit = { version = "1.0", optional = true } -cortex-a = { git = "https://github.com/berkus/cortex-a", branch = "feature/add-registers" } +cortex-a = { git = "https://github.com/berkus/cortex-a", branch = "feature/asm-syntax" } ux = { version = "0.1.3", default-features = false } usize_conversions = "0.2.0" bit_field = "0.10.0"