Describe the bug
I am trying to release version 33.0.0 but cannot publish to crates.io due to errors:
$ (cd datafusion/expr && cargo publish)
Updating crates.io index
error: all dependencies must have a version specified when publishing.
dependency `datafusion-common` 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.
This issue seems to be caused by this recent change:
#7982
To Reproduce
No response
Expected behavior
No response
Additional context
No response