From 51232b431dede4f57399c51ceea24bbb2bb09848 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 29 Jun 2024 09:07:06 +0000 Subject: [PATCH] Update Rust crate cc to 1.0.102 --- 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 7e27dc0..a7bb8d4 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.99" \ No newline at end of file +cc = "1.0.102" \ No newline at end of file -- 2.45.2