Skip to content

Commit 2619bd9

Browse files
committed
Update MSRV.
1 parent ff3625c commit 2619bd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: toolchain
1515
uses: actions-rs/toolchain@v1
1616
with:
17-
toolchain: 1.63.0
17+
toolchain: 1.65.0
1818
profile: minimal
1919
components: rustfmt, rust-docs, clippy
2020
override: true

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ndarray-slice"
33
version = "0.2.4"
4-
rust-version = "1.63.0"
4+
rust-version = "1.65.0"
55
edition = "2021"
66
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
77
description = """Fast and robust slice-based algorithms (e.g., sorting, selection, search)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[Documentation]: https://docs.rs/ndarray-slice/badge.svg
1212
[Downloads]: https://img.shields.io/crates/d/ndarray-slice.svg
1313
[Version]: https://img.shields.io/crates/v/ndarray-slice.svg
14-
[Rust]: https://img.shields.io/badge/rust-v1.63.0-brightgreen.svg
14+
[Rust]: https://img.shields.io/badge/rust-v1.65.0-brightgreen.svg
1515
[License]: https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue.svg
1616

1717
Fast and robust slice-based algorithms (e.g., [sorting], [selection], [search]) for

0 commit comments

Comments
 (0)