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).
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 atag
if there is one.In paticular,
kona-primitives
andkona-derive
recently got released on crates.io, so we can start using these versions soon. (this is temporarily blocked by some compilation issues).