Przeglądaj źródła

Update dependencies

Vadim Kaushan 4 lat temu
rodzic
commit
3aaa2f48eb
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      Cargo.toml

+ 3 - 3
Cargo.toml

@@ -9,11 +9,11 @@ keywords = ["riscv", "register", "peripheral"]
 license = "ISC"
 
 [dependencies]
-bare-metal = ">=0.2.0,<0.2.5"
-bit_field = "0.9.0"
+bare-metal = "0.2.5"
+bit_field = "0.10.0"
 
 [build-dependencies]
 riscv-target = "0.1.2"
 
 [features]
-inline-asm = []
+inline-asm = []