File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ * ** ` 1.2.0 ` **
2
+ * Mark more functions as ` const `
3
+ * Bump MSRV to 1.83.0
4
+
1
5
* ** ` 1.1.1 ` **
2
6
* Add ` Flatten ` and ` Unflatten ` traits for converting between nested arrays.
3
7
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " generic-array"
4
- version = " 1.1.1 "
4
+ version = " 1.2.0 "
5
5
authors = [
" Bartłomiej Kamiński <[email protected] >" ,
" Aaron Trent <[email protected] >" ]
6
6
edition = " 2021"
7
+ rust-version = " 1.83"
7
8
8
9
description = " Generic types implementing functionality of arrays"
9
10
readme = " README.md"
Original file line number Diff line number Diff line change 4
4
5
5
This crate implements a structure that can be used as a generic array type.
6
6
7
- ** Requires minimum Rust version of 1.65 .0
7
+ ** Requires minimum Rust version of 1.83 .0
8
8
9
9
[ Documentation on GH Pages] ( https://fizyk20.github.io/generic-array/generic_array/ ) may be required to view certain types on foreign crates.
10
10
Original file line number Diff line number Diff line change 1
1
//! This crate implements a structure that can be used as a generic array type.
2
2
//!
3
- //! **Requires minimum Rust version of 1.65 .0
3
+ //! **Requires minimum Rust version of 1.83 .0
4
4
//!
5
5
//! [Documentation on GH Pages](https://fizyk20.github.io/generic-array/generic_array/)
6
6
//! may be required to view certain types on foreign crates.
You can’t perform that action at this time.
0 commit comments