Skip to content

Commit

Permalink
Add version to llvm-ir dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 8, 2021
1 parent f3a7268 commit 24c629d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cargo-util = "0.1.1"
env_logger = "0.9"
glob = "0.3"
# llvm-ir = { version = "0.8.1", features = ["llvm-13"] }
llvm-ir = { git = "https://github.com/cdisselkoen/llvm-ir", rev = "e790e1a02e59d01ba9673570bb0fd8aea094b895", features = ["llvm-13"] }
llvm-ir = { version = "0.8.1", git = "https://github.com/cdisselkoen/llvm-ir", rev = "e790e1a02e59d01ba9673570bb0fd8aea094b895", features = ["llvm-13"] }
log = "0.4"
quote = "1.0.10"
regex = "1"
Expand Down

0 comments on commit 24c629d

Please sign in to comment.