Skip to content

Commit

Permalink
Update MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Jan 23, 2024
1 parent ff3625c commit 2619bd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
toolchain: 1.65.0
profile: minimal
components: rustfmt, rust-docs, clippy
override: true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ndarray-slice"
version = "0.2.4"
rust-version = "1.63.0"
rust-version = "1.65.0"
edition = "2021"
authors = ["Rouven Spreckels <[email protected]>"]
description = """Fast and robust slice-based algorithms (e.g., sorting, selection, search)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[Documentation]: https://docs.rs/ndarray-slice/badge.svg
[Downloads]: https://img.shields.io/crates/d/ndarray-slice.svg
[Version]: https://img.shields.io/crates/v/ndarray-slice.svg
[Rust]: https://img.shields.io/badge/rust-v1.63.0-brightgreen.svg
[Rust]: https://img.shields.io/badge/rust-v1.65.0-brightgreen.svg
[License]: https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue.svg

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

0 comments on commit 2619bd9

Please sign in to comment.