Switch from gcc to cc

This commit is contained in:
Thomas Niederberger
2019-02-28 16:33:56 +01:00
parent ef06b13828
commit 4232f9580a
2 changed files with 3 additions and 3 deletions

View File

@@ -8,4 +8,4 @@ build = "build.rs"
libc = "0.2"
[build-dependencies]
gcc = "0.3"
cc = "1.0"