File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,15 @@ libc = "0.2"
40
40
41
41
* ** deprecated** : ` use_std ` is deprecated, and is equivalent to ` std ` .
42
42
43
+ * ** deprecated** : ` align ` is deprecated (and always enabled).
44
+
43
45
## Rust version support
44
46
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
46
48
newer Rust features are only available on newer Rust toolchains:
47
49
48
50
| Feature | Version |
49
51
| ----------------------| ---------|
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 |
57
52
| ` const-extern-fn ` | 1.62.0 |
58
53
59
54
## Platform support
You can’t perform that action at this time.
0 commit comments