8051Enthusiast / delsum

A reverse engineer's checksum toolbox
MIT License
138 stars 6 forks source link

Update to cxx 1.0 #1

Closed dtolnay closed 4 years ago

8051Enthusiast commented 4 years ago

Wow thank you, i was planning to do this myself but didn't have much time recently (also thank you for making cxx). I think in one of the tests in line 965 of delsum-lib/src/checksum/crc/rev.rs it needs to be changed to pin_mut() as well, but other than that, it works.

dtolnay commented 4 years ago

Fixed, and rebased on e30869bca92ee642a083327e6b422d986691ff49 so CI runs on the PR.

8051Enthusiast commented 4 years ago

Merged, thank you!