bkchr / proc-macro-crate

`$crate` in procedural macros.
Apache License 2.0
65 stars 17 forks source link

Update to toml_edit 0.22 #50

Closed sdroege closed 2 months ago

sdroege commented 9 months ago

Note that this time it does not involve a MSRV bump :)

bkchr commented 9 months ago

Doesn't look CI supports your statement 👀

sdroege commented 9 months ago

Huh, did I fail reading and confused 7 with 9 :confused: Sorry!

fornwall commented 8 months ago

What is the status here? Bumping MSRV is unfortunately still a mess, with different opinions and conventions.

But perhaps the MSRV should just be bumped here without a major version bump - those caring about being compatible with rust 1.68 and 1.69 can still version pin (it's for sure not an ideal situation, but perhaps the most practical)?

torokati44 commented 7 months ago

Just a note about MSRV: Rust 1.69 is now almost as old as 1.67 was when this PR was submitted. This may or may not mean anything, but I think it's relevant. :)

torokati44 commented 2 months ago

Bump...? :no_mouth:

bkchr commented 2 months ago

Done in: https://github.com/bkchr/proc-macro-crate/pull/52

torokati44 commented 2 months ago

Yay, thanks! 😊