Hi, fairly new to rust development, and trying to break the ice by following the plugin guide. My LSP would break with the following error.
error: failed to select a version for the requirement `zellij-tile = \"^1.0.0\"`\ncandidate versions found which didn't match: 0.35.2, 0.35.1, 0.35.0
After changing the zellij-tile version to 0.35.2, it worked fine. This isn't mentioned in the guide, and I don't know if I'm ignorant or if this is an oversight.