From 3b7b9b24178b82a2a60f8807e52b38795f74edef Mon Sep 17 00:00:00 2001 From: chansuke Date: Thu, 10 Oct 2019 03:04:54 +0900 Subject: [PATCH] Fix the versioning of libc --- src/ffi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffi.md b/src/ffi.md index d766cf2..fcbfd13 100644 --- a/src/ffi.md +++ b/src/ffi.md @@ -16,7 +16,7 @@ examples yourself, you’ll need to add `libc` to your `Cargo.toml`: ```toml [dependencies] -libc = "0.2.0" +libc = "0.2" ``` [libc]: https://crates.io/crates/libc