Bump minimum Solidity version to 0.5.7 (#1724)

* Bump Solidity version to 0.5.7

* Add changelog entry.
This commit is contained in:
Nicolás Venturo
2019-04-23 16:18:08 -03:00
committed by GitHub
parent 5e46cf6de4
commit 19c7414052
136 changed files with 143 additions and 140 deletions

View File

@ -1,4 +1,4 @@
pragma solidity ^0.5.2;
pragma solidity ^0.5.7;
/**
* @title Math

View File

@ -1,4 +1,4 @@
pragma solidity ^0.5.2;
pragma solidity ^0.5.7;
/**
* @title SafeMath