Skip to content

Commit

Permalink
Bump LLVM version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
denzp committed May 4, 2018
1 parent f7f0c68 commit e520190
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ptx-linker"
version = "0.5.1"
version = "0.6.0"
description = "NVPTX modules linker"
authors = ["Denys Zariaiev <[email protected]>"]
repository = "https://github.com/denzp/rust-ptx-linker"
Expand All @@ -20,14 +20,17 @@ path = "src/application/main.rs"
name = "ptx_linker"

[dependencies]
llvm-sys = "50"
log = "0.3"
fern = "0.4"
colored = "1.5"
error-chain = "0.10"
ar = "0.5"
clap = { version = "2.31", features = ["yaml", "suggestions", "color"] }

[dependencies.llvm-sys]
version = "60"
features = ["strict-versioning"]

[dev-dependencies]
difference = "1.0"
tempdir = "0.3"
Expand Down

0 comments on commit e520190

Please sign in to comment.