We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d08ac2b + eb8335b commit f50d6b8Copy full SHA for f50d6b8
.gitignore
@@ -9,6 +9,4 @@
9
10
# Generated by Cargo
11
/target/
12
-
13
-# Generated by bindgen
14
-src/arrayfire.rs
+Cargo.lock
Cargo.toml
@@ -1,16 +1,17 @@
1
[package]
2
name = "arrayfire"
3
-version = "3.0.0"
4
-authors = ["Jason Ramapuram <jason.ramapuram@gmail.com>"]
+version = "3.1.2"
+authors = ["Pradeep Garigipati <pradeep@arrayfire.com>",
5
+ "Jason Ramapuram <jason.ramapuram@gmail.com>"]
6
build = "build.rs"
7
8
[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"
15
16
[lib]
17
arrayfire
0 commit comments