mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11694 from ethereum/chriseth-patch-1
Use caret for version pragma
This commit is contained in:
commit
7041b87c3b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user