From 68c8bfd1eba789ba8633d905d2a2c49d92eb6ee5 Mon Sep 17 00:00:00 2001 From: Jason Ramapuram Date: Mon, 28 Sep 2015 11:39:32 +0200 Subject: [PATCH 1/2] update the submodule to fix the plotting issue --- arrayfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrayfire b/arrayfire index 2d7567223..31d247584 160000 --- a/arrayfire +++ b/arrayfire @@ -1 +1 @@ -Subproject commit 2d756722341358448106302eb58a9e25fcf86574 +Subproject commit 31d247584d15d5bf352438c4a6c4ef11b5170590 From eb8335bc0acbb3b128f83bbf4e7e7ec7a4dcc7d6 Mon Sep 17 00:00:00 2001 From: Jason Ramapuram Date: Mon, 28 Sep 2015 11:47:42 +0200 Subject: [PATCH 2/2] lock versions of submodules and add cargo.lock to gitignore --- .gitignore | 4 +--- Cargo.toml | 13 +++++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 21e034196..94408df69 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,4 @@ # Generated by Cargo /target/ - -# Generated by bindgen -src/arrayfire.rs \ No newline at end of file +Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index acd8889fe..0f02ee239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,17 @@ [package] name = "arrayfire" -version = "3.0.0" -authors = ["Jason Ramapuram "] +version = "3.1.2" +authors = ["Pradeep Garigipati ", + "Jason Ramapuram "] build = "build.rs" [dependencies] -libc = "*" -num = "*" -time = "*" +libc = "0.1.10" +num = "0.1.27" +time = "0.1.32" [build-dependencies.rustc-serialize] -rustc-serialize = "*" +rustc-serialize = "0.3.16" [lib] name = "arrayfire"