serialport-rs icon indicating copy to clipboard operation
serialport-rs copied to clipboard

Update dependency on nix to 0.28

Open neumann-paulmann opened this issue 1 year ago • 4 comments

The current dependency on nix 0.26 results in multiple crate versions for bitflags. The latest release of nix (0.28) fixes this.

neumann-paulmann avatar Apr 03 '24 07:04 neumann-paulmann

Thank you for pointing this out! I see. Does this affect how serialport works for you? Or do you notice this "just" in the dependency tree?

sirhcel avatar May 24 '24 07:05 sirhcel

It currently does not have any measurable impact on the performance of the software I use. So if that's what you're asking, yes it's "just" an aesthetic issue.

neumann-paulmann avatar May 24 '24 07:05 neumann-paulmann

Thank you for stating this! I would like to postpone this to the next major release then for not breaking dependencies relying on MSRV 1.59.0 (see https://github.com/serialport/serialport-rs/pull/176#issuecomment-2128785273).

sirhcel avatar May 24 '24 07:05 sirhcel

I'd like that, too, please, also a duplicate dependency in my code. Actually, nix has v0.29 and bitflags v2.6.0 already.

dvtomas avatar Oct 02 '24 07:10 dvtomas