Atmelfan / scpi-rs

Rust SCPI parser
Apache License 2.0
37 stars 6 forks source link

Update to Syn 2.0 and uom 0.36 #28

Closed MatthieuDartiailh closed 6 months ago

MatthieuDartiailh commented 6 months ago

Update the derive macro to use Syn 2.0 and bump also uom.

Atmelfan commented 6 months ago

Sorry for the late response. I'll try to take a look at this during the weekend.

MatthieuDartiailh commented 6 months ago

No problem. I ran the CIs on my fork and everything is green (apart the coverage uploads).

MatthieuDartiailh commented 6 months ago

Friendly ping @Atmelfan (I know I can often forget about such things myself)

Atmelfan commented 6 months ago

Thank you @MatthieuDartiailh for the reminder

Version 1.0.1 has been published to crates.io.

Had to fix a some minor lint issues (the CI for linting was disabled for whatever reason...).

MatthieuDartiailh commented 6 months ago

Thanks for publishing the new version so fast !