diff --git a/vk-sys/Cargo.toml b/vk-sys/Cargo.toml index c91b03e0..d5cc7c81 100644 --- a/vk-sys/Cargo.toml +++ b/vk-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vk-sys" -version = "0.3.1" +version = "0.3.2" authors = ["Pierre Krieger ", "The vulkano contributors"] repository = "https://github.com/vulkano-rs/vulkano" description = "Bindings for the Vulkan graphics API" diff --git a/vulkano/Cargo.toml b/vulkano/Cargo.toml index 2a70bd82..169e1810 100644 --- a/vulkano/Cargo.toml +++ b/vulkano/Cargo.toml @@ -16,5 +16,5 @@ fnv = "1.0.5" shared_library = "0.1.5" smallvec = "0.4.3" lazy_static = "0.2.2" -vk-sys = { version = "0.3.1", path = "../vk-sys" } +vk-sys = { version = "0.3.2", path = "../vk-sys" } half = "1"