Skip to content

cargo publish -p geodatafusion-flatgeobuf fails...?? #32

Description

@kylebarron
cargo publish -p geodatafusion-flatgeobuf

Errors with:

Compiling geodatafusion-flatgeobuf v0.1.0-beta.2 (/Users/kyle/github/datafusion-contrib/geodatafusion/target/package/geodatafusion-flatgeobuf-0.1.0-beta.2)
error[E0433]: failed to resolve: could not find `udf` in `geodatafusion`
  --> src/source.rs:21:20
   |
21 | use geodatafusion::udf::native::bounding_box::util::total_bounds;
   |                    ^^^ could not find `udf` in `geodatafusion`

For more information about this error, try `rustc --explain E0433`.
error: could not compile `geodatafusion-flatgeobuf` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: failed to verify package tarball

But building in release mode works fine:

cargo build --release -p geodatafusion-flatgeobuf

I have no idea what's going on

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions