We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.60.0
1 parent f8cbf58 commit b119f10Copy full SHA for b119f10
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- stable
21
- beta
22
- nightly
23
- - 1.49.0 # MSRV
+ - 1.60.0 # MSRV
24
steps:
25
- uses: actions/checkout@v2
26
- uses: actions-rs/toolchain@v1
Cargo.toml
@@ -1,6 +1,7 @@
1
[package]
2
name = "ndarray-stats"
3
version = "0.6.0"
4
+rust-version = "1.60"
5
authors = ["Jim Turner <ndarray-stats@turner.link>", "LukeMathWalker <rust@lpalmieri.com>"]
6
edition = "2018"
7
@@ -17,7 +18,7 @@ categories = ["data-structures", "science"]
17
18
19
[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"
0 commit comments