Skip to content

Commit

Permalink
Increase MSRV to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davehadley committed Dec 2, 2023
1 parent 1a733be commit 34c7262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ndhistogram/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ name = "ndhistogram"
version = "0.9.0"
authors = [ "David Hadley <[email protected]>",]
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"
Expand Down

0 comments on commit 34c7262

Please sign in to comment.