From 81eb4726a4f3634ef43eefc8e777d8373e21baa8 Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Sun, 9 Apr 2023 11:42:40 +0200 Subject: [PATCH] Bump MSRV to `1.58.0`. --- .github/workflows/ci.yml | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c651a39..53d9ab6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - stable - beta - nightly - - 1.49.0 # MSRV + - 1.58.0 # MSRV steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 diff --git a/Cargo.toml b/Cargo.toml index e6ea299..d424209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "ndarray-stats" version = "0.6.0" +rust-version = "1.58" authors = ["Jim Turner ", "LukeMathWalker "] edition = "2018" @@ -17,7 +18,7 @@ categories = ["data-structures", "science"] [dependencies] ndarray = "0.15.0" -ndarray-slice = "0.2.0" +ndarray-slice = "0.2.1" noisy_float = "0.2.0" num-integer = "0.1" num-traits = "0.2"