firmware: remove spurious build-dependency on winapi.

This commit is contained in:
whitequark 2016-12-29 13:02:13 +00:00
parent aed91292e2
commit 010ce019b3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ version = "0.0.0"
build = "build.rs"
[build-dependencies]
walkdir = "0.1"
walkdir = "1.0"
[lib]
name = "runtime"