Require correct version of cc

This commit is contained in:
Giacomo Stevanato 2023-08-26 23:28:57 +02:00 committed by Jonathan Spira
parent 50e166e84f
commit 0f655625b6

View File

@ -31,7 +31,7 @@ mint = "0.5.6"
cfg-if = "1"
[build-dependencies]
cc = "1.0"
cc = "1.0.2"
pkg-config = { version="0.3", optional=true }
vcpkg = { version="0.2.15", optional=true }