Do not use bare-metal v0.2.5 (changes MSRV)

This commit is contained in:
Vadim Kaushan 2019-09-05 19:53:02 +03:00
parent 4094a32f43
commit b834ae45a5
No known key found for this signature in database
GPG Key ID: A501C5DF67C05C4E
1 changed files with 1 additions and 1 deletions

View File

@ -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]