Support compiling with solc 0.7 (#2408)
This commit is contained in:
committed by
GitHub
parent
21344b91ed
commit
90ed1af972
@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
// solhint-disable-next-line compiler-version
|
||||
pragma solidity >=0.4.24 <0.7.0;
|
||||
pragma solidity >=0.4.24 <0.8.0;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user