From 99d342a1eb0363bf0b3f6a96c0017dc4f4d1011d Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Thu, 15 Aug 2024 13:20:39 -0700 Subject: update our required version of `cc` Fixes https://github.com/BLAKE3-team/BLAKE3/issues/416. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 41bb1ff..78c05ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,4 +117,4 @@ serde_json = "1.0.107" ciborium = "0.2.2" [build-dependencies] -cc = "1.0.4" +cc = "1.1.12" -- cgit v1.2.3