Skip to content

Commit

Permalink
Cargo.toml: fix compiletest-rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrod committed Dec 1, 2020
1 parent f005cd4 commit b09ef4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ llvm-sys = { version = "110", optional = true }
rustc-llvm-proxy = { version = "0.2", optional = true, path = "third-party/rustc-llvm-proxy" }

[dev-dependencies]
compiletest_rs = { version = "*", path = "third-party/compiletest-rs" }
compiletest_rs = { version = "0.5", path = "third-party/compiletest-rs" }

[[bin]]
name = "bpf-linker"
Expand All @@ -39,4 +39,4 @@ lib = ["thiserror", "ar", "log"]
cli = ["structopt", "clap", "simplelog"]
system-llvm = ["cli", "lib", "llvm-sys"]
rust-llvm = ["cli", "lib", "llvm-proxy"]
default = ["system-llvm"]
default = ["system-llvm"]

0 comments on commit b09ef4c

Please sign in to comment.