RosLibRust / roslibrust

An async first rust client for ROS1 native and rosbridge.
https://docs.rs/roslibrust
MIT License
50 stars 6 forks source link

Run Cargo update and update simple logger version #186

Closed Carter12s closed 3 months ago

Carter12s commented 3 months ago

Description

This is slightly funky...

I found the repo unable to compile with [dev-dependencies] on one of my machines after updating to last stable rust (1.80).

Root cause turned out to be our lock file pointing at older version time crate, issue may be due to wsl2 host environment, but regardless good to update some stuff.

Fixes

Closes: number

Checklist