Skip to content

Commit 5c796c5

Browse files
committed
Align Rust-version support table of the README
1 parent ca12725 commit 5c796c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Raw FFI bindings to platform libraries like `libc`.
1313
**NOTE:** The minimum supported Rust version is **Rust 1.13.0** . APIs requiring
1414
newer Rust features are only available on newer Rust versions:
1515

16-
| Feature | Version |
17-
|-------------------------|---------|
18-
| `union` | 1.19.0 |
16+
| Feature | Version |
17+
|----------------------|---------|
18+
| `union` | 1.19.0 |
1919
| `const mem::size_of` | 1.24.0 |
20-
| `repr(align)` | 1.25.0 |
20+
| `repr(align)` | 1.25.0 |
2121
| `core::ffi::c_void` | 1.30.0 |
2222

2323
To use `libc` at its fullest, Rust 1.30.0 is required.

0 commit comments

Comments
 (0)