Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make tests compile with [email protected] #24

Merged
merged 1 commit into from
Aug 8, 2023

Commits on Aug 8, 2023

  1. fix: make tests compile with [email protected]

    There was a breaking change introduced in `forge-std` at
    foundry-rs/forge-std#407 which breaks
    compilation of `Rln.t.sol` with `[email protected]`.
    
    This commit updates the dependency to v1.6.0 and adjusts the test source
    such that it successfully compiles.
    
    Another way to go about this would've been to just stick with `v1.5.6.`
    and ensuring installation of that version.
    However, I've decided to update the dependency to the latest stable
    version instead.
    0x-r4bbit committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    830cace View commit details
    Browse the repository at this point in the history