aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2024-08-15 13:20:39 -0700
committerJack O'Connor <[email protected]>2024-08-15 13:20:39 -0700
commit99d342a1eb0363bf0b3f6a96c0017dc4f4d1011d (patch)
tree03114a75a1c6d18e1e22a55ab597383bb9db95dd /Cargo.toml
parentd94882d66d060fb035b3cb7199011b6577bb99ee (diff)
update our required version of `cc`
Fixes https://github.com/BLAKE3-team/BLAKE3/issues/416.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"