From 1b980111185927404efc6a69e81e52376c41c095 Mon Sep 17 00:00:00 2001 From: David Craven Date: Sat, 18 Nov 2017 14:09:53 +0100 Subject: [PATCH] Killing me softly. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9271464..e42db51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ keywords = ["riscv", "register", "peripheral"] license = "ISC" [dependencies] -bare-metal = "0.1.1" -volatile-register = "0.2.0" \ No newline at end of file +bare-metal = "^0.1.1" +volatile-register = "^0.2.0" \ No newline at end of file