0.2.3
·
75 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
-
Add
Arc::{new_uninit,assume_init}at Rust 1.36+ andArc::new_uninit_sliceat Rust 1.44+. (align to the stdArcchange in Rust 1.82) (362dc9a) -
Support
make_mutonArc<[T]>andArc<str>at Rust 1.36+. (align to the stdArcchange in Rust 1.81) (362dc9a)