Skip to content

Commit 2e06a09

Browse files
nihaalskngwyu
authored andcommitted
Updated README for stable Rust
1 parent 40d472c commit 2e06a09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ rust-numpy
33
[![Build Status](https://travis-ci.org/pyo3/rust-numpy.svg?branch=master)](https://travis-ci.org/pyo3/rust-numpy)
44
[![Build status](https://ci.appveyor.com/api/projects/status/bjaru43c7t1alx2x/branch/master?svg=true)](https://ci.appveyor.com/project/kngwyu/rust-numpy/branch/master)
55
[![Crate](http://meritbadge.herokuapp.com/numpy)](https://crates.io/crates/numpy)
6+
[![minimum rustc 1.39](https://img.shields.io/badge/rustc-1.39+-blue.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
67

78
Rust bindings for the NumPy C-API
89

@@ -12,9 +13,8 @@ Rust bindings for the NumPy C-API
1213

1314

1415
## Requirements
15-
- current nightly rust (see https://github.com/PyO3/pyo3/issues/5 for nightly features, and
16-
https://github.com/PyO3/pyo3/blob/master/build.rs for minimum required version)
17-
- some rust libraries
16+
- Rust 1.39+
17+
- Some Rust libraries
1818
- [ndarray](https://github.com/bluss/ndarray) for rust-side matrix library
1919
- [pyo3](https://github.com/PyO3/pyo3) for cpython binding
2020
- and more (see [Cargo.toml](Cargo.toml))

0 commit comments

Comments
 (0)