From 3a00ab1820fc62a27f1c7a8deda494a4f7b1d001 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 8 Apr 2024 18:11:08 +0000 Subject: [PATCH] Update Rust crate cc to 1.0.92 --- 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 5de364a..5f5bef6 100644 --- a/vma-rs/Cargo.toml +++ b/vma-rs/Cargo.toml @@ -12,4 +12,4 @@ vulkan-sys = { path = "../vulkan-sys" } anyhow = { version = "1.0.81", features = ["backtrace"] } [build-dependencies] -cc = "1.0.91" \ No newline at end of file +cc = "1.0.92" \ No newline at end of file