Skip to content

Commit

Permalink
one more compiler change for conduits
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Mar 6, 2024
1 parent 1cd5816 commit 064c87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seaport-core",
"version": "1.6.1",
"version": "1.6.2",
"description": "Core smart contracts for the Seaport protocol",
"main": "src/",
"repository": "https://github.com/ProjectOpenSea/seaport-core.git",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/TokenTransferrer.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;
pragma solidity ^0.8.14;

import {
BadReturnValueFromERC20OnTransfer_error_amount_ptr,
Expand Down

0 comments on commit 064c87c

Please sign in to comment.