Skip to content

Commit a439cfa

Browse files
committed
Update instructions in readme to reflect 3.7 release
1 parent 32bc2f8 commit a439cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ requirements are to be met first.
4343
- On Linux: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib64`
4444
- On OSX: do `export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib64`
4545
- On Windows: Add `%AF_PATH%\lib` to your PATH environment variable.
46-
4. Add `arrayfire = "3.6"` to the dependencies section of your project's
46+
4. Add `arrayfire = "3.7"` to the dependencies section of your project's
4747
Cargo.toml file. Make sure to change the version to latest available.
4848

4949
Once step (4) is over, you should be able to use ArrayFire in your Rust

0 commit comments

Comments
 (0)