Skip to content

Commit 29f4059

Browse files
authored
Bump pragma of files that depend on mcopy (#5276)
1 parent c343ee3 commit 29f4059

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contracts/mocks/Stateless.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
pragma solidity ^0.8.22;
3+
pragma solidity ^0.8.24;
44

55
// We keep these imports and a dummy contract just to we can run the test suite after transpilation.
66

contracts/utils/Bytes.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
pragma solidity ^0.8.20;
3+
pragma solidity ^0.8.24;
44

55
import {Math} from "./math/Math.sol";
66

contracts/utils/CAIP10.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
pragma solidity ^0.8.20;
3+
pragma solidity ^0.8.24;
44

55
import {SafeCast} from "./math/SafeCast.sol";
66
import {Bytes} from "./Bytes.sol";

contracts/utils/CAIP2.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
pragma solidity ^0.8.20;
3+
pragma solidity ^0.8.24;
44

55
import {SafeCast} from "./math/SafeCast.sol";
66
import {Bytes} from "./Bytes.sol";

0 commit comments

Comments
 (0)