Skip to content

Commit d0ea966

Browse files
committed
Update crate version for release
1 parent 6b3ed47 commit d0ea966

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
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "arrayfire"
44
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."
5-
version = "3.6.0"
5+
version = "3.6.1"
66
documentation = "http://arrayfire.github.io/arrayfire-rust/arrayfire/index.html"
77
homepage = "https://github.com/arrayfire/arrayfire"
88
repository = "https://github.com/arrayfire/arrayfire-rust"

0 commit comments

Comments
 (0)