From a439cfae67a7dfd10076d7d007d8c7fc25a094a7 Mon Sep 17 00:00:00 2001 From: pradeep Date: Sat, 14 Mar 2020 15:16:28 +0530 Subject: [PATCH] Update instructions in readme to reflect 3.7 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7015e7823..174883c9f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ requirements are to be met first. - On Linux: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib64` - On OSX: do `export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib64` - On Windows: Add `%AF_PATH%\lib` to your PATH environment variable. -4. Add `arrayfire = "3.6"` to the dependencies section of your project's +4. Add `arrayfire = "3.7"` to the dependencies section of your project's Cargo.toml file. Make sure to change the version to latest available. Once step (4) is over, you should be able to use ArrayFire in your Rust