File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020 - stable
2121 - beta
2222 - nightly
23- - 1.64 .0 # MSRV
23+ - 1.65 .0 # MSRV
2424 steps :
2525 - uses : actions/checkout@v4
2626 - uses : dtolnay/rust-toolchain@master
Original file line number Diff line number Diff line change 1616 CARGO_TERM_COLOR : always
1717 HOST : x86_64-unknown-linux-gnu
1818 RUSTFLAGS : " -D warnings"
19- MSRV : 1.64 .0
19+ MSRV : 1.65 .0
2020
2121jobs :
2222 latest_deps_stable :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = [
66 " LukeMathWalker <rust@lpalmieri.com>" ,
77]
88edition = " 2018"
9- rust-version = " 1.64 .0"
9+ rust-version = " 1.65 .0"
1010
1111license = " MIT/Apache-2.0"
1212
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ ndarray-stats = "0.6.0"
3535* ** 0.7.0**
3636
3737 * Breaking changes
38+ * Minimum supported Rust version: ` 1.65.0 `
3839 * Updated to ` ndarray:v0.17.1 `
3940
4041* ** 0.6.0**
You can’t perform that action at this time.
0 commit comments