-
Couldn't load subscription status.
- Fork 406
add memoffset issue #124
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
add memoffset issue #124
Conversation
|
@tarcieri According to crossbeam-rs/crossbeam#401 (comment), someone got a warning for using version 0.2.1 even though I set |
|
@RalfJung I'm guessing because they were running an older version of https://github.com/RustSec/rustsec-crate/pull/53 Any semi-recent version (v0.6.0, v0.7.0) handles them correctly. I just tried to repro on v0.7.0 and could not. |
|
@kingishb is that accurate? is your |
|
Hi @RalfJung @tarcieri here's everything relevant to what I reported. Let me know if there's any additional information I can provide. Edit: sorry, yes, it does look like I am running version 0.5; I misread your first comment. That may or may not explain this one. VersionsSteps to reproduceI see For what it's worth, I also see the memoffset version in my |
|
Update: Although do note the memoffset version Edit: ^ now I understand what you meant -- that |
|
@kingishb okay, that explains it. You should update |
No description provided.