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 84
84
uses : actions-rs/toolchain@v1
85
85
with :
86
86
profile : minimal
87
- toolchain : 1.41.1
87
+ toolchain : 1.48.0
88
88
default : true
89
89
- name : Install maturin, poetry, and toml
90
90
run : pip install maturin poetry toml
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ authors = [
8
8
description = " Rust binding of NumPy C-API"
9
9
documentation = " https://pyo3.github.io/rust-numpy/numpy"
10
10
edition = " 2018"
11
+ rust-version = " 1.48"
11
12
repository = " https://github.com/PyO3/rust-numpy"
12
13
keywords = [" numpy" , " python" , " binding" ]
13
14
license = " BSD-2-Clause"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ rust-numpy
2
2
===========
3
3
[ ![ Actions Status] ( https://github.com/PyO3/rust-numpy/workflows/CI/badge.svg )] ( https://github.com/PyO3/rust-numpy/actions )
4
4
[ ![ 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 )
6
6
7
7
Rust bindings for the NumPy C-API.
8
8
@@ -12,7 +12,7 @@ Rust bindings for the NumPy C-API.
12
12
13
13
14
14
## Requirements
15
- - Rust >= 1.41.1
15
+ - Rust >= 1.48.0
16
16
- Basically, our MSRV follows the one of [ PyO3] ( https://github.com/PyO3/pyo3 )
17
17
- Python >= 3.6
18
18
- Python 3.5 support is dropped from 0.13
You can’t perform that action at this time.
0 commit comments