summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-02-07 20:06:50 +0100
committergnzlbg <gonzalobg88@gmail.com>2019-02-07 20:06:50 +0100
commit5c796c5897f5d7f49e6d5516f199be8acc635222 (patch)
treebf6eeb722e54cd10fde16b79c271f013ef9a5b56 /README.md
parentca12725dbfd42ad3026ca9af26a2de6d733bfdb1 (diff)
downloadrust-libc-5c796c5897f5d7f49e6d5516f199be8acc635222.tar.gz
Align Rust-version support table of the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6f04391a22..b2bce5e0e0 100644
--- a/README.md
+++ b/README.md
@@ -13,11 +13,11 @@ Raw FFI bindings to platform libraries like `libc`.
**NOTE:** The minimum supported Rust version is **Rust 1.13.0** . APIs requiring
newer Rust features are only available on newer Rust versions:
-| Feature | Version |
-|-------------------------|---------|
-| `union` | 1.19.0 |
+| Feature | Version |
+|----------------------|---------|
+| `union` | 1.19.0 |
| `const mem::size_of` | 1.24.0 |
-| `repr(align)` | 1.25.0 |
+| `repr(align)` | 1.25.0 |
| `core::ffi::c_void` | 1.30.0 |
To use `libc` at its fullest, Rust 1.30.0 is required.