Skip to content

Commit

Permalink
[Cargo] fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jauhien committed Jan 4, 2016
1 parent 8800226 commit 4df66c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 74 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
target
llvmdeps.rs
Cargo.lock
71 changes: 0 additions & 71 deletions Cargo.lock

This file was deleted.

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -6,8 +6,8 @@ authors = ["Jauhien Piatlicki <jauhien@gentoo.org>"]
build = "build.rs"

[dependencies]
libc = "*"
llvm-sys = "*"
libc = "0.1.10"
llvm-sys = "0.2.1"

[build-dependencies]
cmake = "*"
cmake = "0.1.12"

0 comments on commit 4df66c0

Please sign in to comment.