crate gcc are updated to 0.3.30 on Jul 13, 2016.
When I compil on Windows 10, I got this error :
Compiling curl-sys v0.2.0
error: failed to run custom build command for curl-sys v0.2.0
Process didn't exit successfully: C:\Users\RUST Project\htmlparser\target\release\build\curl-sys-81c7fcebd44133fa\build-script-build (exit code: 101)
"cargo build --release" completed with code 101
I update to gcc Ver. 0.3.28 in cargo.toml like this :
[dependencies]
curl = "*"
gcc = "= 0.3.28"
It's work fine.