alamb commented on issue #881: URL: https://github.com/apache/arrow-rs/issues/881#issuecomment-957338015
Thanks @houqp -- I messed around a little with this The Cargo.toml in `arrow-flight` already uses https://github.com/apache/arrow-rs/blob/active_release/arrow-flight/Cargo.toml#L29 > [dependencies] > arrow = { path = "../arrow", version = "6.1.0" } In fact `cargo build` works just fine -- the the issue is that `cargo publish --dry-run` seems to ignore the local `path` override. This behavior kind of makes sense given the discussion on https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-path-dependencies > Note: crates.io does not allow packages to be published with path dependencies (path dev-dependencies are ignored). See the Multiple locations section for a fallback alternative. So I don't have any other ideas at this time 😢 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
