Skip to content

Commit cb03314

Browse files
committed
Bump up crate version to 3.7.0
- Update arrayfire submodule to v3.7.0 tag - Update upstream arrayfire version in ci jobs
1 parent 5cb3f5b commit cb03314

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build and Test Wrapper
1414
runs-on: ubuntu-18.04
1515
env:
16-
AF_VER: 3.6.4
16+
AF_VER: 3.7.0
1717
steps:
1818
- name: Checkout Repository
1919
uses: actions/checkout@master

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

arrayfire

Submodule arrayfire updated 1677 files

0 commit comments

Comments
 (0)