Skip to content

Commit 33f9175

Browse files
committed
Update README with 1.15.1 as minimum Rust version required
starting commit d558748 rustc-serialize has been replaced in favor of serde. Serde requires rust 1.15.1. Thus, README has been updated reflecting the same.
1 parent ff4e1be commit 33f9175

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ You can find the most recent updated documentation [here](http://arrayfire.githu
1818

1919
## Supported platforms
2020

21-
- Linux and OSX: The bindings have been tested with Rust 1.x.
22-
- Windows: Rust 1.5 (MSVC ABI) is the first version that works with our bindings and ArrayFire library(built using MSVC compiler).
23-
24-
We recommend using Rust 1.5 and higher.
25-
26-
Rust 1.8 stabilized the traits for compound assignment operations. These are automatically enabled
27-
based on the rust version you are using.
21+
Linux, Windows and OSX. We recommend using Rust 1.15.1 or higher.
2822

2923
## Use from Crates.io [![](http://meritbadge.herokuapp.com/arrayfire)](https://crates.io/crates/arrayfire)
3024

0 commit comments

Comments
 (0)