ublox-rs / ublox

Rust crate to talk UBX protocol to u-blox GPS devices.
MIT License
54 stars 30 forks source link

bump rustc and dependencies to newer versions #61

Closed andrei-ng closed 1 year ago

andrei-ng commented 1 year ago

This PR bumps up all dependencies including rustc to 1.70.

I have been using this versions in a few applications with M8L since June and unless I missed some important reason for not bumping dependencies, I would love to see this merged in.

I update the example in ublox_cli to work with the new clap and serialport versions.

@gwbres please let me know what you think.