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 -1
View File
@@ -25,7 +25,7 @@ builtin-lua = ["gcc"]
libc = { version = "0.2" }
[build-dependencies]
gcc = { version = "0.3", optional = true }
gcc = { version = "0.3.52", optional = true }
[dev-dependencies]
rustyline = "1.0.0"