From add24bacf36d2bf58201053c60a101b22331aa39 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 13 Apr 2024 18:07:19 +0000 Subject: [PATCH] Update Rust crate cc to 1.0.94 --- 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 40a6d6d..851096c 100644 --- a/vma-rs/Cargo.toml +++ b/vma-rs/Cargo.toml @@ -12,4 +12,4 @@ vulkan-sys = { path = "../vulkan-sys" } anyhow = { version = "1.0.82", features = ["backtrace"] } [build-dependencies] -cc = "1.0.92" \ No newline at end of file +cc = "1.0.94" \ No newline at end of file