We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42966ea commit 90389adCopy full SHA for 90389ad
llvm-plugin/Cargo.toml
@@ -54,7 +54,7 @@ target-riscv = ["inkwell/target-riscv"]
54
target-all = ["inkwell/target-all"]
55
56
[dependencies]
57
-inkwell = { git: "https://github.com/kor-and-m/inkwell.git }
+inkwell = { git = "https://github.com/kor-and-m/inkwell.git }
58
inkwell_internals = "0.10.0"
59
llvm-plugin-macros = { path = "../llvm-plugin-macros", version = "0.2", optional = true }
60
0 commit comments