You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
After changing the
zellij-tile
version to0.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.The text was updated successfully, but these errors were encountered: