Skip to content

Commit 5110e98

Browse files
committed
Fix Crate version to 3.8 in README instructions
1 parent 592b9c1 commit 5110e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ To use the rust bindings for ArrayFire from crates.io, the following requirement
3030
- On Linux: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib64`
3131
- On OSX: do `export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib64`
3232
- On Windows: Add `%AF_PATH%\lib` to your PATH environment variable.
33-
4. Add `arrayfire = "3.7"` to the dependencies section of your project's Cargo.toml file. Make sure
34-
to change the version to latest available.
33+
4. Add `arrayfire = "3.8"` to the dependencies section of your project's Cargo.toml file.
34+
Make sure to change the version to latest available.
3535

3636
Once step (4) is over, you should be able to use ArrayFire in your Rust project. If you find any
3737
bugs, please report them [here][2].

0 commit comments

Comments
 (0)