Skip to content

Commit

Permalink
Bump MSRV to 1.60.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Apr 13, 2023
1 parent f8cbf58 commit b119f10
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -20,7 +20,7 @@ jobs:
- stable
- beta
- nightly
- 1.49.0 # MSRV
- 1.60.0 # MSRV
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "ndarray-stats"
version = "0.6.0"
rust-version = "1.60"
authors = ["Jim Turner <[email protected]>", "LukeMathWalker <[email protected]>"]
edition = "2018"

Expand All @@ -17,7 +18,7 @@ categories = ["data-structures", "science"]

[dependencies]
ndarray = "0.15.0"
ndarray-slice = "0.2.0"
ndarray-slice = "0.2.2"
noisy_float = "0.2.0"
num-integer = "0.1"
num-traits = "0.2"
Expand Down

0 comments on commit b119f10

Please sign in to comment.