Skip to content

Commit

Permalink
inkwell: from git to new 0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Aug 4, 2024
1 parent 5416bb7 commit b29d9bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bril-rs/brillvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ default-run = "main"

[dependencies]
clap = { version = "4.4", features = ["derive"] }
inkwell = { git = "https://github.com/TheDan64/inkwell.git", features = [
"llvm18-0",
] }
inkwell = { version = "0.5", features = ["llvm18-0"] }

[dependencies.bril-rs]
path = ".."
Expand Down

0 comments on commit b29d9bd

Please sign in to comment.