Skip to content

Commit

Permalink
Bump MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Jun 13, 2024
1 parent f7fe891 commit 817fab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-histogram"
version = "0.3.1"
rust-version = "1.70.0"
rust-version = "1.74.0"
edition = "2021"
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
license = "MIT OR Apache-2.0"
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-histogram/badge.svg
[Downloads]: https://img.shields.io/crates/d/ndarray-histogram.svg
[Version]: https://img.shields.io/crates/v/ndarray-histogram.svg
[Rust]: https://img.shields.io/badge/rust-v1.70.0-brightgreen.svg
[Rust]: https://img.shields.io/badge/rust-v1.74.0-brightgreen.svg
[License]: https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue.svg

Histogram support for n-dimensional arrays ([`ndarray`]).
Expand Down

0 comments on commit 817fab0

Please sign in to comment.