From acef0f0ad13374628463233dd68661f72ea5780e Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 4 Mar 2024 12:05:36 +0000 Subject: [PATCH] Update Rust crate cc to 1.0.89 --- 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 fa9c10f..fb21bff 100644 --- a/vma-rs/Cargo.toml +++ b/vma-rs/Cargo.toml @@ -12,4 +12,4 @@ vulkan-sys = { path = "../vulkan-sys" } anyhow = { version = "1.0.80", features = ["backtrace"] } [build-dependencies] -cc = "1.0.88" \ No newline at end of file +cc = "1.0.89" \ No newline at end of file