Skip to content

Commit

Permalink
RLPErrors.sol: Relax Semver (#10819)
Browse files Browse the repository at this point in the history
* fix version

* change to suggestion
  • Loading branch information
adraffy authored Jun 13, 2024
1 parent 387c605 commit 78b853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/src/libraries/rlp/RLPErrors.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.15;
pragma solidity ^0.8.0;

/// @notice The length of an RLP item must be greater than zero to be decodable
error EmptyItem();
Expand Down

0 comments on commit 78b853c

Please sign in to comment.