Skip to content

Commit

Permalink
README.md: Update version-dependent features
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Jul 12, 2022
1 parent 03eb98b commit c7bc6a8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,15 @@ libc = "0.2"

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

* **deprecated**: `align` is deprecated (and always enabled).

## Rust version support

The minimum supported Rust toolchain version is **Rust 1.13.0** . APIs requiring
The minimum supported Rust toolchain version is **Rust 1.56.0** . APIs requiring
newer Rust features are only available on newer Rust toolchains:

| Feature | Version |
|----------------------|---------|
| `union` | 1.19.0 |
| `const mem::size_of` | 1.24.0 |
| `repr(align)` | 1.25.0 |
| `extra_traits` | 1.25.0 |
| `core::ffi::c_void` | 1.30.0 |
| `repr(packed(N))` | 1.33.0 |
| `cfg(target_vendor)` | 1.33.0 |
| `const-extern-fn` | 1.62.0 |

## Platform support
Expand Down

0 comments on commit c7bc6a8

Please sign in to comment.