Skip to content

Commit c7bc6a8

Browse files
committed
README.md: Update version-dependent features
1 parent 03eb98b commit c7bc6a8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,15 @@ libc = "0.2"
4040

4141
* **deprecated**: `use_std` is deprecated, and is equivalent to `std`.
4242

43+
* **deprecated**: `align` is deprecated (and always enabled).
44+
4345
## Rust version support
4446

45-
The minimum supported Rust toolchain version is **Rust 1.13.0** . APIs requiring
47+
The minimum supported Rust toolchain version is **Rust 1.56.0** . APIs requiring
4648
newer Rust features are only available on newer Rust toolchains:
4749

4850
| Feature | Version |
4951
|----------------------|---------|
50-
| `union` | 1.19.0 |
51-
| `const mem::size_of` | 1.24.0 |
52-
| `repr(align)` | 1.25.0 |
53-
| `extra_traits` | 1.25.0 |
54-
| `core::ffi::c_void` | 1.30.0 |
55-
| `repr(packed(N))` | 1.33.0 |
56-
| `cfg(target_vendor)` | 1.33.0 |
5752
| `const-extern-fn` | 1.62.0 |
5853

5954
## Platform support

0 commit comments

Comments
 (0)