Skip to content

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

@andygrove

Description

@andygrove

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdevelopment-processRelated to development process of DataFusion

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions