Skip to content

Commit f50d6b8

Browse files
committed
Merge pull request #35 from arrayfire/update_submodule
update the submodule + lock the crate libs to a specific version
2 parents d08ac2b + eb8335b commit f50d6b8

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@
99

1010
# Generated by Cargo
1111
/target/
12-
13-
# Generated by bindgen
14-
src/arrayfire.rs
12+
Cargo.lock

Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
[package]
22
name = "arrayfire"
3-
version = "3.0.0"
4-
authors = ["Jason Ramapuram <jason.ramapuram@gmail.com>"]
3+
version = "3.1.2"
4+
authors = ["Pradeep Garigipati <pradeep@arrayfire.com>",
5+
"Jason Ramapuram <jason.ramapuram@gmail.com>"]
56
build = "build.rs"
67

78
[dependencies]
8-
libc = "*"
9-
num = "*"
10-
time = "*"
9+
libc = "0.1.10"
10+
num = "0.1.27"
11+
time = "0.1.32"
1112

1213
[build-dependencies.rustc-serialize]
13-
rustc-serialize = "*"
14+
rustc-serialize = "0.3.16"
1415

1516
[lib]
1617
name = "arrayfire"

arrayfire

Submodule arrayfire updated 356 files

0 commit comments

Comments
 (0)