From b641ff8b23bd758bc56675206c3a7d12c1b17de4 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Sun, 10 Nov 2024 22:21:24 -0800 Subject: [PATCH] Limit cc version --- rwf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rwf/Cargo.toml b/rwf/Cargo.toml index 19e4c55..a58b918 100644 --- a/rwf/Cargo.toml +++ b/rwf/Cargo.toml @@ -49,4 +49,4 @@ tempdir = "0.3" [build-dependencies] bindgen = "0.65.1" -cc = "*" +cc = "1"