Skip to content

SSH link could be HTTPS link #25

@smoelius

Description

@smoelius

I think this line:

rust-evm = { git = "ssh://git@github.com/Certora/rust-evm", rev = "720cbe0c6cb43fef92be4a2c37ef7cc524ff4c08" }

could be changed to:

rust-evm = { git = "https://github.com/Certora/rust-evm", rev = "720cbe0c6cb43fef92be4a2c37ef7cc524ff4c08" }

The advantage of the latter is that it does not require authentication.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions