Skip to content

Releases: jhpratt/standback

v0.2.6

20 May 20:06
4b70109
Compare
Choose a tag to compare
Rust 1.43.0 support

v0.2.5

20 May 20:06
867c481
Compare
Choose a tag to compare
Correctly re-export TryFrom/TryInto

v0.2.4

20 May 20:06
08291b3
Compare
Choose a tag to compare
Implement `TryFrom` identity for some primitives

v0.2.3

20 May 20:06
4f219e2
Compare
Choose a tag to compare
Add no_std support and CI check for embedded (#6)

v0.2.2

20 May 20:06
80b74d0
Compare
Choose a tag to compare
Bump version to 0.2.2

v0.2.1

20 May 20:06
d9234ee
Compare
Choose a tag to compare
Support for 1.42.0

- Condvar::wait_while
- Condvar::wait_timeout_while
- ManuallyDrop::take
- matches!

- Pin::{map_unchecked, map_unchecked_mut} no longer require the return
  type to implement Sized.

v0.2.0

20 May 20:06
b79beea
Compare
Choose a tag to compare
Restrict `MaybeUninit` to `Copy` types

Resolves #2. While not ideal, older compilers don't have the ability to
have an untagged union on non-copy types.

v0.1.0

20 May 20:04
7c27fc8
Compare
Choose a tag to compare
Fix license in Cargo.toml