-
Notifications
You must be signed in to change notification settings - Fork 374
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
Dependency issue when depending on crate [email protected] #8561
Comments
I'm running into the exact same issue, but on Windows 11. I do not encounter this issue with 0.20.3. |
I made a PR to fix this at rerun-io/re_arrow2#13. You can use it now by adding the following to your
|
@andreareale indeed your workaround also works as long as one does not then later do a plain |
I was under the assumption it was the equicalent of See source (emphasis on |
Thanks for reporting this! I'll get a new version of |
Fixed! Just run
Thanks for the report @andreareale and the fix @astraw |
Describe the bug
This is very similar to #8190 which was recently closed. I thought it worth to report it again since it seems persistent, but feel free to close it if you think otherwise.
I was starting to play with the rerun sdk with a minimal toy project and got some dependency-related build failure that looked like an inconsistent dependency between
re_types_core
andre_arrow2
.To Reproduce
It's very easy to get a minimal repro on my machine. I somehow managed to isolate the issue down to the
re_types_core
crate, but the issue also occures when using[email protected]
as the dependency.$ cargo init foobar && cd foobar
$ cargo add [email protected] # the same happens if I depend directly on [email protected]
$ cargo build
More details
$ cargo update -p re_arrow2
fixes the dependency issue.Cargo.lock
seems to pull 54. I am not sure if that is the source of the issue and if so why it is. I am attaching a diff of theCargo.lock
files in case that may be of any help:Cargo.lock.diff.txt
.Cargo.lock
after runningcargo update
and doigncargo build
again, makes the issue appear again.0.20.3
(both directly forre_types_core
orrerun
crate)main
Expected behavior
The build works with no workaround.
Desktop (please complete the following information):
Rerun version
0.21.0
The text was updated successfully, but these errors were encountered: