From c1157f93287e4f8eab44b25335e9d69ff7606ddd Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 21 Feb 2024 02:06:42 +0000 Subject: [PATCH] Update Rust crate cc to 1.0.86 --- 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 1bd6ae6..81a9bf6 100644 --- a/vma-rs/Cargo.toml +++ b/vma-rs/Cargo.toml @@ -12,4 +12,4 @@ vulkan-sys = { path = "../vulkan-sys" } anyhow = { version = "1.0.79", features = ["backtrace"] } [build-dependencies] -cc = "1.0.83" \ No newline at end of file +cc = "1.0.86" \ No newline at end of file