Merge pull request #11694 from ethereum/chriseth-patch-1

Use caret for version pragma
This commit is contained in:
Harikrishnan Mulackal 2021-07-26 14:54:36 +02:00 committed by GitHub
commit 7041b87c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ custom types without the overhead of external function calls:
.. code-block:: solidity .. code-block:: solidity
// SPDX-License-Identifier: GPL-3.0 // SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.8.0 <0.9.0; pragma solidity ^0.8.0;
struct bigint { struct bigint {
uint[] limbs; uint[] limbs;