From b10e3245a548edb404b5a4dddc7e48572f674456 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 8 Mar 2024 12:07:52 +0000 Subject: [PATCH] Update Rust crate cc to 1.0.90 --- 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 fb21bff..500abc9 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.89" \ No newline at end of file +cc = "1.0.90" \ No newline at end of file -- 2.45.2