nix icon indicating copy to clipboard operation
nix copied to clipboard

NEEDS MSRV >=1.77 | chore: replace `memoffset` with std API

Open paolobarbolini opened this issue 7 months ago • 2 comments
trafficstars

What does this PR do

Checklist:

  • [x] I have read CONTRIBUTING.md
  • [x] I have written necessary tests and rustdoc comments
  • [ ] A change log has been added if this PR modifies nix's API

paolobarbolini avatar Mar 23 '25 16:03 paolobarbolini

At the rate this crate bumped MSRV in the past this may be fine, but I'm also ok if you decide to stay on and order version for longer and this gets merged some time later.

paolobarbolini avatar Mar 24 '25 06:03 paolobarbolini

but I'm also ok if you decide to stay on and order version for longer and this gets merged some time later.

I do not have an MSRV bumping strategy in my mind, but I think we should keep it close to the libc crate's MSRV, so I will stay, thanks:)

SteveLauC avatar Mar 24 '25 08:03 SteveLauC