ithacaxyz / op-rs

Apache License 2.0
58 stars 6 forks source link

chore(dep): pin dependency versions #83

Closed merklefruit closed 2 months ago

merklefruit commented 2 months ago

Some git-imported dependencies in the workspace Cargo.toml aren't pinned and can cause inconsistencies due to the rapid development that they are undergoing. We should pin their version like we do for non-git ones.

This can be done by simply specifying a ref commit hash or a tag if there is one.

In paticular, kona-primitives and kona-derive recently got released on crates.io, so we can start using these versions soon. (this is temporarily blocked by some compilation issues).