solidity-protobuf
solidity-protobuf copied to clipboard
More flexible version specification
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.