File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8484 uses : actions-rs/toolchain@v1
8585 with :
8686 profile : minimal
87- toolchain : 1.41.1
87+ toolchain : 1.48.0
8888 default : true
8989 - name : Install maturin, poetry, and toml
9090 run : pip install maturin poetry toml
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ authors = [
88description = " Rust binding of NumPy C-API"
99documentation = " https://pyo3.github.io/rust-numpy/numpy"
1010edition = " 2018"
11+ rust-version = " 1.48"
1112repository = " https://github.com/PyO3/rust-numpy"
1213keywords = [" numpy" , " python" , " binding" ]
1314license = " BSD-2-Clause"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ rust-numpy
22===========
33[ ![ Actions Status] ( https://github.com/PyO3/rust-numpy/workflows/CI/badge.svg )] ( https://github.com/PyO3/rust-numpy/actions )
44[ ![ Crate] ( https://img.shields.io/crates/v/numpy.svg )] ( https://crates.io/crates/numpy )
5- [ ![ Minimum rustc 1.41 ] ( https://img.shields.io/badge/rustc-1.41 +-blue.svg )] ( https://rust-lang.github.io/rfcs/2495-min-rust-version.html )
5+ [ ![ Minimum rustc 1.48 ] ( https://img.shields.io/badge/rustc-1.48 +-blue.svg )] ( https://rust-lang.github.io/rfcs/2495-min-rust-version.html )
66
77Rust bindings for the NumPy C-API.
88
@@ -12,7 +12,7 @@ Rust bindings for the NumPy C-API.
1212
1313
1414## Requirements
15- - Rust >= 1.41.1
15+ - Rust >= 1.48.0
1616 - Basically, our MSRV follows the one of [ PyO3] ( https://github.com/PyO3/pyo3 )
1717- Python >= 3.6
1818 - Python 3.5 support is dropped from 0.13
You can’t perform that action at this time.
0 commit comments