From 9ffdd26302ec7ed69ad89f699844cee03a3da801 Mon Sep 17 00:00:00 2001 From: Nihaal Sangha <18350092+nihaals@users.noreply.github.com> Date: Tue, 23 Jun 2020 12:19:39 +0100 Subject: [PATCH] Updated minimum Rust version --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9be51d85a..5afba81ef 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,8 @@ Rust bindings for the NumPy C-API ## Requirements -- current nightly rust (see https://github.com/PyO3/pyo3/issues/5 for nightly features, and -https://github.com/PyO3/pyo3/blob/master/build.rs for minimum required version) -- some rust libraries +- Rust 1.39 +- Some Rust libraries - [ndarray](https://github.com/bluss/ndarray) for rust-side matrix library - [pyo3](https://github.com/PyO3/pyo3) for cpython binding - and more (see [Cargo.toml](Cargo.toml))