0.2.5
·
35 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
-
Add
Arc::{new_zeroed,new_zeroed_slice}at Rust 1.36+. (align to the stdArcchange in Rust 1.92) (f8affb6, ae5aba7) -
Implement
DefaultforPin<Arc<T>: Default>. (align to the stdArcchange in Rust 1.91) (2d8d33c) -
Implement
From<&mut {[T],str}>forArc<{[T],str}>at Rust 1.36+. (align to the stdArcchange in Rust 1.84) (99640d6, ae5aba7) -
Implement
{AsFd, AsRawFd}forArc<T>on Trusty. (1b09ffb) -
Support slice-related methods that previously required Rust 1.44+ at Rust 1.36+. (ae5aba7)
-
Support
AsRawFd for Arc<T>implementation on Unix in all Rust versions. Previously, it was only for Rust 1.63+. (1b09ffb) -
Fix build error when building for HermitOS with
stdfeature in Rust 1.63-1.68. (1b09ffb) -
Documentation improvements.
-
Enable release immutability.