Open dtolnay opened 7 years ago
Feature zero_one
just died. Can we have new versions on both 0.9
and 1.0
?
Submitted https://github.com/serde-rs/serde/pull/898 for zero_one
.
593bcb087de2d09960aefaccb67d5871ddf4edc8 breaks the unstable feature because you removed the nonzero
feature flag which is still required by NonZeroU16
and friends.
The nonzero
feature flag was removed from nightly in https://github.com/rust-lang/rust/pull/50808.
Thanks so much for the clarification, I didn't realize I was using an outdated nightly!
I updated the list to reflect functionality that was stabilized in Serde 1.0.60 and 1.0.61. These are no longer behind the "unstable"
cfg.
Added never_type
in #1302.
Added error_in_core
in #2344.
Would it be appropriate to add support for Vec<T, A: Allocator>
/Box<T, A: Allocator>
under the unstable
feature flag?
If so, I can submit a PR in some near future.
Error in core has been stabilized. Would it be appropriate to make StdError = core::error::Error
when minor >= 81
?
Currently unstable
!
Stabilized
CString::into_boxed_c_str
From<Box<T>> for Rc<T> / Arc<T>
Removed