Skip to content

Commit 110ec84

Browse files
committed
Correct minimal version of cc required
This is the first version that includes the `cflags_env` method used.
1 parent d0704d6 commit 110ec84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libffi-sys-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ complex = []
1919
features = ["system"]
2020

2121
[build-dependencies]
22-
cc = "1.0"
22+
cc = "1.0.3"

0 commit comments

Comments
 (0)