Skip to content

Commit 462a9a1

Browse files
committed
Change BytesParsing compiler version to ^0.8.13
1 parent f451b1e commit 462a9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/BytesParsing.sol

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

44
library BytesParsing {
55
uint256 private constant freeMemoryPtr = 0x40;

0 commit comments

Comments
 (0)