From 34c7262d8099c4e36bbb1cb7db2d7924d0bbfe3f Mon Sep 17 00:00:00 2001 From: David Hadley Date: Sat, 2 Dec 2023 20:58:54 +0000 Subject: [PATCH] Increase MSRV to 1.63.0 --- .github/workflows/ci.yml | 2 +- ndhistogram/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61052f1..59d678b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@1.59.0 + - uses: dtolnay/rust-toolchain@1.63.0 - uses: Swatinem/rust-cache@v2 - name: cargo check (default features) run: cargo check diff --git a/ndhistogram/Cargo.toml b/ndhistogram/Cargo.toml index 5064535..de6fb81 100644 --- a/ndhistogram/Cargo.toml +++ b/ndhistogram/Cargo.toml @@ -31,7 +31,7 @@ name = "ndhistogram" version = "0.9.0" authors = [ "David Hadley ",] edition = "2021" -rust-version = "1.59.0" +rust-version = "1.63.0" license = "MIT OR Apache-2.0" description = "multi-dimensional histogramming for Rust" repository = "https://github.com/davehadley/ndhistogram"