From 5e55720ad85e1db6dec8adb8d6f09866eb3803b1 Mon Sep 17 00:00:00 2001 From: David Craven Date: Sun, 12 Aug 2018 07:57:55 +0200 Subject: [PATCH] Update bare-metal. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c0f484..928c2b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["riscv", "register", "peripheral"] license = "ISC" [dependencies] -bare-metal = "0.1.1" +bare-metal = "0.2.0" [features] inline-asm = [] \ No newline at end of file