Skip to content

Commit b9bbea5

Browse files
committed
Update versions in crates(Cargo.toml) for 3.7.1 release
1 parent 8d3a82f commit b9bbea5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0"
5+
version = "3.7.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"

cuda-interop/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "af-cuda-interop"
3-
version = "0.1.0"
3+
version = "3.7.1"
44
authors = ["Pradeep Garigipati <[email protected]>"]
55
edition = "2018"
66

opencl-interop/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "af-opencl-interop"
3-
version = "0.1.0"
3+
version = "3.7.1"
44
authors = ["Pradeep Garigipati <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)