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
In runtime, we check if snforge_std version matches that of snforge installation.
Since Scarb 2.10.0 and later support proper version resolving, it will install the latest patch version of the snforge_std that possibly can not match snforge version.
E.g. dependency is set to 0.38.0 but 0.38.3 is installed
This version should be compatible but we show an warning about incompatibility
Objective
Fix the check for snforge_std version
Additional Context
Semver compatible versions should be treated as correct and no version warning should be displayed
The text was updated successfully, but these errors were encountered:
Current State
In runtime, we check if
snforge_std
version matches that ofsnforge
installation.Since Scarb 2.10.0 and later support proper version resolving, it will install the latest patch version of the
snforge_std
that possibly can not matchsnforge
version.E.g. dependency is set to
0.38.0
but0.38.3
is installedThis version should be compatible but we show an warning about incompatibility
Objective
Fix the check for
snforge_std
versionAdditional Context
Semver compatible versions should be treated as correct and no version warning should be displayed
The text was updated successfully, but these errors were encountered: