Skip to content

Commit

Permalink
lock versions of submodules and add cargo.lock to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ramapuram committed Sep 28, 2015
1 parent 68c8bfd commit eb8335b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@

# Generated by Cargo
/target/

# Generated by bindgen
src/arrayfire.rs
Cargo.lock
13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[package]
name = "arrayfire"
version = "3.0.0"
authors = ["Jason Ramapuram <jason.ramapuram@gmail.com>"]
version = "3.1.2"
authors = ["Pradeep Garigipati <pradeep@arrayfire.com>",
"Jason Ramapuram <jason.ramapuram@gmail.com>"]
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"
Expand Down

0 comments on commit eb8335b

Please sign in to comment.