Skip to content

Commit

Permalink
feat: upgrade sol to 0.8.13 for abi encodeCall
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzzzHui committed Jan 31, 2024
1 parent d62374d commit 21e328c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onchain/rollups/contracts/inputs/InputBox.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// (c) Cartesi and individual authors (see AUTHORS)
// SPDX-License-Identifier: Apache-2.0 (see LICENSE)

pragma solidity ^0.8.8;
pragma solidity ^0.8.13;

import {IInputBox} from "./IInputBox.sol";
import {CanonicalMachine} from "../common/CanonicalMachine.sol";
Expand Down

0 comments on commit 21e328c

Please sign in to comment.