Skip to content

Commit b119f10

Browse files
committed
Bump MSRV to 1.60.0.
1 parent f8cbf58 commit b119f10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- stable
2121
- beta
2222
- nightly
23-
- 1.49.0 # MSRV
23+
- 1.60.0 # MSRV
2424
steps:
2525
- uses: actions/checkout@v2
2626
- uses: actions-rs/toolchain@v1

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ndarray-stats"
33
version = "0.6.0"
4+
rust-version = "1.60"
45
authors = ["Jim Turner <[email protected]>", "LukeMathWalker <[email protected]>"]
56
edition = "2018"
67

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

1819
[dependencies]
1920
ndarray = "0.15.0"
20-
ndarray-slice = "0.2.0"
21+
ndarray-slice = "0.2.2"
2122
noisy_float = "0.2.0"
2223
num-integer = "0.1"
2324
num-traits = "0.2"

0 commit comments

Comments
 (0)