Open LucaCappelletti94 opened 3 months ago
@ctb could you kindly start the workflows?
@ctb could you kindly start the workflows?
done! sorry, didn't see the button that needed pushing 😆
Looking into whether I can make mem-dbg work in 1.65.0
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.75%. Comparing base (
bc22970
) to head (42a2b8d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Apparently in mem-dbg there is need for core::mem::offset_of!
which is not stable in version 1.65
. Will ping this PR if mem-dbg
introduces features that make it possible to compile on 1.65
.
@LucaCappelletti94 please feel free to leave this PR open 'til then! - and I'll rename it to EXP:
which is how I keep track of these things.
yeah, sorry, we are somewhat conservative with the MSRV, and 1.77 would be a very big bump.
There is a question if we need to be that conservative, because end users don't need the Rust compiler for the Python extension (we have wheels), and we build wheels from latest stable. Most places we track packaging also have newer Rust versions, so that would be an argument to move MSRV faster too.
No change to API nor any other aspects are introduced in this pull request.