Skip to content

0.2.1

Choose a tag to compare

@taiki-e taiki-e released this 14 Mar 16:15
· 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 Default for Arc<[T]> and Arc<str> at Rust 1.51+. (align to the std Arc change in Rust 1.80) (c6ee296)

  • Implement {AsFd, AsRawFd} for Arc<T> on HermitOS. (b778244)