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
At the moment, specifying solc_version=x.y.z results in pragma solidity ^x.y.z;.
But other styles of specification, like pragma solidity >=0.6.0 <0.9.0;, should be supported.
The text was updated successfully, but these errors were encountered:
At the moment, specifying
solc_version=x.y.z
results inpragma solidity ^x.y.z;
.But other styles of specification, like
pragma solidity >=0.6.0 <0.9.0;
, should be supported.The text was updated successfully, but these errors were encountered: