Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot release to crates.io due to recent changes that removed versioned dependencies #8236

Closed
andygrove opened this issue Nov 16, 2023 · 0 comments · Fixed by #8238
Closed
Assignees
Labels
bug Something isn't working development-process Related to development process of DataFusion

Comments

@andygrove
Copy link
Member

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

@andygrove andygrove added bug Something isn't working development-process Related to development process of DataFusion labels Nov 16, 2023
@andygrove andygrove self-assigned this Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working development-process Related to development process of DataFusion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant