sui
sui copied to clipboard
Updated crates.io packages
Steps to Reproduce Issue
It is not possible to publish a crate for Sui when it's specified as a git tag. Can we get the sui crates updated to devnet 0.26.0?
[workspace.dependencies]
sui_core = { git = "https://github.com/MystenLabs/sui", tag= "devnet-0.26.0" }
Updating crates.io index
error: all dependencies must have a version specified when publishing.
dependency `sui_core` does not specify a version
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.