Require more precise versions

This commit is contained in:
Pierre Krieger 2016-02-24 19:19:08 +01:00
parent a589946992
commit 42dcd1e606

View File

@ -6,8 +6,8 @@ build = "build.rs"
description = "Safe wrapper for the Vulkan graphics API"
[dependencies]
shared_library = "0.1"
lazy_static = "0.1"
shared_library = "0.1.4"
lazy_static = "0.1.15"
[build-dependencies]
vk-sys = { path = "../vk-sys" }