Files
openzeppelin-contracts/certora/diff/utils_structs_DoubleEndedQueue.sol.patch
2023-08-13 10:01:04 -06:00

11 lines
433 B
Diff

--- utils/structs/DoubleEndedQueue.sol 2023-08-11 20:33:54
+++ utils/structs/DoubleEndedQueue.sol 2023-08-13 09:56:16
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/structs/DoubleEndedQueue.sol)
-pragma solidity ^0.8.20;
+pragma solidity ^0.8.19;
/**
* @dev A sequence of items with the ability to efficiently push and pop items (i.e. insert and remove) on both ends of