Browse Source

using `riscv-target` with compatible MSRV

Ilya Epifanov 4 years ago
parent
commit
040eb2c805
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -13,7 +13,7 @@ bare-metal = ">=0.2.0,<0.2.5"
 bit_field = "0.9.0"
 
 [build-dependencies]
-riscv-target = "0.1"
+riscv-target = "0.1.2"
 
 [features]
 inline-asm = []