tokio-modbus icon indicating copy to clipboard operation
tokio-modbus copied to clipboard

How to handle unmaintained serial dependencies?

Open flosse opened this issue 4 years ago • 2 comments

The issue started here: serialport-rs uses an outdated (v0.16) nixcrate :disappointed:

And this is the current (2021-11-18) situation:

This is a first move

  • There is a PR to update nix at least to v0.18
  • I made a PR to update nix to v0.23.x
  • The updates branch @slowtec of serialport-rs has some more updates

flosse avatar Nov 18 '21 15:11 flosse

If Slowtec isn't looking to take on indefinite maintenance of serialport-rs, I'd note that it looks like it's maintenance is being carried on here: https://gitlab.com/reconbot/serialport-rs (based on the thread linked). It may be worth making an additional PR to that repo and see if there's a response.

ssnover avatar Nov 18 '21 23:11 ssnover

The thread now mentions https://github.com/serialport/serialport-rs and that seems fairly active as the most recent commits are from just a few days ago.

lindblandro avatar Mar 25 '23 10:03 lindblandro