File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11
22# Change Log
33
4- ## Version 1.13.0 (pending)
4+ ## Version 1.12.1 (25.05.2024)
5+
6+ - Reduced minimal rust version to 1.71.1
57
68## Version 1.12.0 (27.03.2024)
79
Original file line number Diff line number Diff line change 66Names sorted alphabetically by github nickname.
77Contributions ordered by PR number.
88
9- ## Ben Schulz @benschulz
9+ ## Ben Schulz @benschulz
1010
1111- [ Relax lifetime constraints on mapped_ref and mapped_mut] ( https://github.com/rustonaut/vec1/pull/30 )
1212
13+ ## dahlbaek @dahlbaek
14+
15+ - [ Reduce rust-version to 1.71.1] ( https://github.com/rustonaut/vec1/pull/34 )
16+
1317## eignnx @eignnx
1418
1519- [ mention serde support in README] ( https://github.com/rustonaut/vec1/pull/16 )
Original file line number Diff line number Diff line change 11[package ]
2- version = " 1.13.0 "
2+ version = " 1.12.1 "
33authors = [
" Philipp Korber <[email protected] >" ]
44categories = [" data-structures" ]
55description = " a std Vec wrapper assuring that it has at least 1 element"
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.74 "
2+ channel = " 1.71.1 "
You can’t perform that action at this time.
0 commit comments