Skip to content

Commit

Permalink
Merge pull request #333 from Pat-Lafon/main
Browse files Browse the repository at this point in the history
inkwell: from git to new 0.5 release
  • Loading branch information
sampsyo authored Aug 4, 2024
2 parents 5416bb7 + b29d9bd commit 40376ce
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 40376ce

Please sign in to comment.