Skip to content

Commit

Permalink
upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Aug 1, 2024
1 parent ac69ebd commit 0d39a30
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/edlang_codegen_llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edlang_ir = { version = "0.0.1-alpha.19", path = "../edlang_ir" }
edlang_parser = { version = "0.0.1-alpha.19", path = "../edlang_parser" }
edlang_session = { version = "0.0.1-alpha.19", path = "../edlang_session" }
llvm-sys = "180.0"
inkwell = { git = "https://github.com/TheDan64/inkwell", rev = "5c9f7fcbb0a667f7391b94beb65f1a670ad13221", features = [
inkwell = { git = "https://github.com/TheDan64/inkwell", rev = "89e06af9dd70dc5d6bc5ae42a2a03f680a367d37", features = [
"llvm18-0",
] }
tracing = { workspace = true }
Expand Down

0 comments on commit 0d39a30

Please sign in to comment.