Specify `gcc` crate dependency with minimum bound on version with `Build`

This commit is contained in:
kyren 2017-09-09 21:03:22 -04:00
parent 94ee0aaf16
commit ec088300f2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ builtin-lua = ["gcc"]
libc = { version = "0.2" } libc = { version = "0.2" }
[build-dependencies] [build-dependencies]
gcc = { version = "0.3", optional = true } gcc = { version = "0.3.52", optional = true }
[dev-dependencies] [dev-dependencies]
rustyline = "1.0.0" rustyline = "1.0.0"