0.2.1
·
85 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
-
Support
impl Error for Arc<T: Error>in no-std at Rust 1.81+. (30b9f90) -
Implement
DefaultforArc<[T]>andArc<str>at Rust 1.51+. (align to the stdArcchange in Rust 1.80) (c6ee296) -
Implement
{AsFd, AsRawFd}forArc<T>on HermitOS. (b778244)