Skip to content

Commit 56b93fb

Browse files
committed
Switch to Inkwell
1 parent f581be9 commit 56b93fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
# llvm-sys = "140"
10-
llvm-sys = { version = "140", features = ["prefer-dynamic"] }
9+
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm14-0-prefer-dynamic"] }
1110

1211
[[bin]]
1312
name = "chadc"

0 commit comments

Comments
 (0)