gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
848 stars 108 forks source link

Bump MSRV to 1.51.0 #651

Closed tamird closed 1 year ago

tamird commented 1 year ago

See individual commit messages.

cc @philipc since MSRV was effectively bumped in 059c553fe73abba2b52b56983c32b7f33484629d.

philipc commented 1 year ago

object is a dev dependency only, so it doesn't affect MSRV. It does make it hard to test the MSRV though.

tamird commented 1 year ago

Sent https://github.com/gimli-rs/gimli/pull/652 as an alternative solution.

philipc commented 1 year ago

I've merged #653 instead. While we don't really need to support something as old as 1.42.0, I don't want to change it until we have other breaking changes.