You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Describe the bug
I am trying to release version 33.0.0 but cannot publish to crates.io due to errors:
This issue seems to be caused by this recent change:
#7982
To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: