mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Specify gcc crate dependency with minimum bound on version with Build
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user