From 260051b42c9868ae3a73d8848cbcba23b6f239fe Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 1 Jul 2024 09:08:41 +0000 Subject: [PATCH] Update Rust crate cc to 1.0.104 --- 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 a7bb8d4..8e61449 100644 --- a/vma-rs/Cargo.toml +++ b/vma-rs/Cargo.toml @@ -12,4 +12,4 @@ vulkan-sys = { path = "../vulkan-sys" } anyhow = { version = "1.0.86", features = ["backtrace"] } [build-dependencies] -cc = "1.0.102" \ No newline at end of file +cc = "1.0.104" \ No newline at end of file