From 2765b3a13d16317ee2e1e59a7edb1cba10e1b68f Mon Sep 17 00:00:00 2001 From: Maroon502 Date: Tue, 20 Aug 2024 20:20:32 +0800 Subject: [PATCH] chore: Bump cc from 1.0 to 1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edd785e..c7c83fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,5 +30,5 @@ ipopt-src = { version = "0.2", default-features = false } cbc-src = "0.2" [build-dependencies] -cc = { version = "1.0", features = ["parallel"] } +cc = { version = "1.1", features = ["parallel"] } coin-build-tools = "0.2"