From 94c3b5561e4a55c4ac59647eae5f2c301e40d01f Mon Sep 17 00:00:00 2001 From: David Craven Date: Sat, 18 Nov 2017 14:04:19 +0100 Subject: [PATCH] Update bare-metal to 0.1.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1cd6bbd..338ff79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ keywords = ["riscv", "register", "peripheral"] license = "ISC" [dependencies] -bare-metal = "0.1.0" +bare-metal = "0.1.1" volatile-register = "0.2.0" \ No newline at end of file