From 99360628df8ebadbf5cfad858ffe61d013304290 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 29 Jan 2023 02:03:22 +0100 Subject: [PATCH] Update Rust crate cc to 1.0.79 --- vma-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vma-rs/Cargo.toml b/vma-rs/Cargo.toml index 2bc5e46..013ad4d 100644 --- a/vma-rs/Cargo.toml +++ b/vma-rs/Cargo.toml @@ -12,4 +12,4 @@ vulkan-sys = { path = "../vulkan-sys" } anyhow = { version = "1.0.68", features = ["backtrace"] } [build-dependencies] -cc = "1.0.78" \ No newline at end of file +cc = "1.0.79" \ No newline at end of file