Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d39a30

Browse files
committedAug 1, 2024
upd deps
1 parent ac69ebd commit 0d39a30

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed
 

‎Cargo.lock‎

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lib/edlang_codegen_llvm/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edlang_ir = { version = "0.0.1-alpha.19", path = "../edlang_ir" }
1717
edlang_parser = { version = "0.0.1-alpha.19", path = "../edlang_parser" }
1818
edlang_session = { version = "0.0.1-alpha.19", path = "../edlang_session" }
1919
llvm-sys = "180.0"
20-
inkwell = { git = "https://github.com/TheDan64/inkwell", rev = "5c9f7fcbb0a667f7391b94beb65f1a670ad13221", features = [
20+
inkwell = { git = "https://github.com/TheDan64/inkwell", rev = "89e06af9dd70dc5d6bc5ae42a2a03f680a367d37", features = [
2121
"llvm18-0",
2222
] }
2323
tracing = { workspace = true }

0 commit comments

Comments
 (0)
Please sign in to comment.