Skip to content

Commit 0bf47fc

Browse files
committed
Downgrade Hanji action solc to 0.8.25
1 parent f1cbc0e commit 0bf47fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Hanji.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity ^0.8.33;
2+
pragma solidity ^0.8.25;
33

44
import {IERC20} from "@forge-std/interfaces/IERC20.sol";
55
import {SafeTransferLib} from "../vendor/SafeTransferLib.sol";

0 commit comments

Comments
 (0)