Update to match Solidity pragma (#5198)

This commit is contained in:
cairo
2024-09-17 22:39:45 +02:00
committed by GitHub
parent 6e224307b4
commit 37c35a1eaa
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma solidity ^0.8.20;
/**
* @dev Library of standard hash functions.

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma solidity ^0.8.20;
import {Hashes} from "../cryptography/Hashes.sol";
import {Arrays} from "../Arrays.sol";