Sourced from tinyvec's changelog.
Changelog
1.10
- Minimum rust version is now 1.55, and the non-const-generic impls are removed. This reduces build times by over a second on average, which is significant enough for a library crate.
1.9
- Adds a
latest_stable_rust
cargo feature, which will automatically pull in other cargo features related to the latest Stable version of rust.- Adds
ArrayVec::try_from_array_len
- Adds
TinyVec::into_vec
andTinyVec::into_boxed_slice
- Adds support for
generic-array
crate- Adds support for the
borsh
crate1.8.1
- e00E updated the rustc features so that they all correctly depend on the lower version feature. pr 199
1.8
1.7
1.6.1
1.6.0
- i509VCB added the
try_
functions for fallable reallocation. pr 158- ajtribick added more error impls to
TryFromSliceError
. pr 160- The
std
feature now automatically enables thealloc
feature as well.1.5.1
- madsmtm fixed an error with the
alloc
feature on very old rustc versions.
... (truncated)
3c613ad
chore: Release2c5f2f6
changeloga44fb04
bump MSRV to 1.55, drop generated Array impls (#209)