Remove patch version in deps when not necessary

This commit is contained in:
Mark McCaskey
2019-09-20 16:08:45 -07:00
parent 977f3a6406
commit bf396ec76d
14 changed files with 62 additions and 61 deletions

View File

@@ -13,6 +13,6 @@ winapi = { version = "0.3.8", features = ["winbase", "errhandlingapi", "minwinde
libc = "0.2.60"
[build-dependencies]
cmake = "0.1.40"
bindgen = "0.51.0"
regex = "1.2.1"
cmake = "0.1"
bindgen = "0.51"
regex = "1.2"