Closed mornsoltice closed 3 months ago
Inkwell 0.4.0 only has support for up to LLVM 17. We are almost ready to release a 0.5.0 with LLVM 18 here soon: https://github.com/TheDan64/inkwell/milestone/4
oh, I thought it supports LLVM 18 because it says so in the readme:)
0.5.0 should now be available on crates.io
Describe the Bug when i try to add inkwell to my project with
at first rust analyzer see this as an error but i just ignored it, and then when i install another package i got this warning
failed to select a version for
inkwell
. ... required by packageventi v0.1.0 (/home/soltice/Development/venti)
versions that meet the requirements^0.4.0
(locked to 0.4.0) are: 0.4.0the package
venti
depends oninkwell
, with features:llvm18-0
butinkwell
does not have these features.failed to select a version for
inkwell
which could resolve this conflictTo Reproduce i dont think this was my code problem
Expected Behavior A clear and concise description of what you expected to happen.
LLVM Version (please complete the following information):
Desktop (please complete the following information):
Additional Context