Skip to content

Commit 27d9072

Browse files
committed
Version bump to 3.2.0 from 3.2.0-rc0
This version is going to work with ArrayFire 3.2.1 or higher versions of ArrayFire library. 3.2.0 has a known issue with the wrapper, so recommed using 3.2.1
1 parent 3ce28c6 commit 27d9072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "arrayfire"
33
description = "ArrayFire is a high performance software library for parallel computing with an easy-to-use API. Its array based function set makes parallel programming simple. ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it platform independent and highly portable. A few lines of code in ArrayFire can replace dozens of lines of parallel computing code, saving you valuable time and lowering development costs. This crate provides Rust bindings for ArrayFire library."
4-
version = "3.2.0-rc0"
4+
version = "3.2.0"
55
documentation = "http://arrayfire.github.io/arrayfire-rust/arrayfire/index.html"
66
homepage = "https://github.com/arrayfire/arrayfire"
77
repository = "https://github.com/arrayfire/arrayfire-rust"

0 commit comments

Comments
 (0)