alamb opened a new issue, #16702: URL: https://github.com/apache/datafusion/issues/16702
### Describe the bug I couldn't publish the datafusion-sqllogictest crate for 48.0.1 - https://github.com/apache/datafusion/issues/16486 However, it seems that @xudong963 was able to publish it for 48.0.0 and I didn't backport any code related to this in the 48.0.1 release https://crates.io/crates/datafusion-sqllogictest/48.0.0 ### To Reproduce While trying to publish to crates.io here is the error I got ```shell andrewlamb@Andrews-MacBook-Pro-3:~/Downloads/apache-datafusion-48.0.1$ (cd datafusion/sqllogictest && cargo publish) Updating crates.io index error: all dependencies must have a version specified when publishing. dependency `datafusion-substrait` does not specify a version Note: The published dependency will use the version from crates.io, the `path` specification will be removed from the dependency declaration. ``` I was using the release from here: https://dist.apache.org/repos/dist/release/datafusion/datafusion-48.0.1 ### Expected behavior _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org