You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change should be considered breaking. If developers use forge install and manage an external library via git sub-module, the import will fail to lookup.
The newer version of openzeppelin-contracts also upgrades the minimum solidity version to 0.8.20.
The text was updated successfully, but these errors were encountered:
The OpenZeppelin team has reorganized their folders, resulting in the relocation of
ReentrancyGuard.sol
.OpenZeppelin/openzeppelin-contracts#4551
This change should be considered breaking. If developers use
forge install
and manage an external library via git sub-module, the import will fail to lookup.The newer version of openzeppelin-contracts also upgrades the minimum solidity version to 0.8.20.
The text was updated successfully, but these errors were encountered: