From b834ae45a53b107c1c669d5686d396ca0ed80928 Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Thu, 5 Sep 2019 19:53:02 +0300 Subject: [PATCH] Do not use bare-metal v0.2.5 (changes MSRV) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 307be96..4fd056c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["riscv", "register", "peripheral"] license = "ISC" [dependencies] -bare-metal = "0.2.0" +bare-metal = ">=0.2.0,<0.2.5" bit_field = "0.9.0" [features]