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
Errors with:
But building in release mode works fine:
I have no idea what's going on