Skip to content

Commit 6670d5c

Browse files
committed
Update cargo version to 3.7.2 for fix release
1 parent f3b6c03 commit 6670d5c

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.7.1"
5+
version = "3.7.2"
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)