AzureMarker / intellij-lalrpop

Jetbrains plugin for the LALRPOP parser-generator
MIT License
16 stars 2 forks source link

dependency error in RustRover #56

Closed Efilex closed 9 months ago

Efilex commented 1 year ago

Hello,

I tried installing the lalrpop plugin via RustRovers plugin manager, but there seems to be a problem with the dependecies. 'org.rust.lang' is marked as required, although that plugin seems to be deprecated?

Efilex commented 1 year ago

probably need to switch out the dependency with the updated plugin

AzureMarker commented 10 months ago

Yeah it's on my TODO list, just haven't gotten time to do it yet.

AzureMarker commented 9 months ago

Just released 0.2.14 which switches to use the new Jetbrains Rust plugin. That should fix this issues.