BurntSushi / byteorder

Rust library for reading/writing numbers in big-endian and little-endian.
The Unlicense
981 stars 143 forks source link

ci: change MSRV back to 1.12.0 in CI #165

Closed BurntSushi closed 4 years ago

BurntSushi commented 4 years ago

Setting the pinned version to 1.28.0 was an oversight. It was most likely the result of a copy & paste error in #159.

We also remove doc_comment, since its MSRV is quite high.

Thanks to @ZoeyR for pointing this out.