From 49a4fe96f5348d41bf204ef62c0eaeeed3f54905 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 30 Apr 2024 15:06:47 +0000 Subject: [PATCH] Update Rust crate cc to 1.0.96 --- 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 a69a3a6..5f2b99e 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.95" \ No newline at end of file +cc = "1.0.96" \ No newline at end of file -- 2.45.2