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
To run snforge, it is required to have rust installed in a correct version. This is so plugins can be built.
Add a runtime check that verifies the compatibility of snforge with dependencies installed in the system.
The check should be run before any snforge command.
The output should always be shown when running snforge compatibility-check
If running any other commands, only show the ouput if any compatibility check failed. If all passed, do not show the output.
The text was updated successfully, but these errors were encountered:
To run
snforge
, it is required to have rust installed in a correct version. This is so plugins can be built.Add a runtime check that verifies the compatibility of
snforge
with dependencies installed in the system.The check should be run before any snforge command.
The output should always be shown when running
snforge compatibility-check
If running any other commands, only show the ouput if any compatibility check failed. If all passed, do not show the output.
The text was updated successfully, but these errors were encountered: