Skip to content

Commit

Permalink
Fix Crate version to 3.8 in README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Jan 10, 2021
1 parent 592b9c1 commit 5110e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ To use the rust bindings for ArrayFire from crates.io, the following requirement
- 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.7"` to the dependencies section of your project's Cargo.toml file. Make sure
to change the version to latest available.
4. Add `arrayfire = "3.8"` 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 project. If you find any
bugs, please report them [here][2].
Expand Down

0 comments on commit 5110e98

Please sign in to comment.