From bd4c1bbc2a9420bccee4769c5ab294688e6d6411 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 8 Aug 2023 02:04:54 +0200 Subject: [PATCH] Update Rust crate cc to 1.0.82 --- 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 46d231c..9d61905 100644 --- a/vma-rs/Cargo.toml +++ b/vma-rs/Cargo.toml @@ -12,4 +12,4 @@ vulkan-sys = { path = "../vulkan-sys" } anyhow = { version = "1.0.72", features = ["backtrace"] } [build-dependencies] -cc = "1.0.81" \ No newline at end of file +cc = "1.0.82" \ No newline at end of file