martinohmann / hcl-rs

HCL parsing and encoding libraries for rust with serde support
Apache License 2.0
119 stars 14 forks source link

chore: update winnow to 0.6+ and vecmap-rs to 0.2+ #324

Closed gruebel closed 3 months ago

gruebel commented 3 months ago

by the way, great project 💪 saved me for doing some regex juggling 😄

martinohmann commented 3 months ago

Hey @gruebel, thanks for your efforts to migrate to winnow 0.6!

CI is failing for nightly. This is not caused by your change and is already broken in main. I'm going to fix that and will let you know once this is done so you can rebase the PR.

martinohmann commented 3 months ago

@gruebel rebasing onto the latest main should get rid of the nightly build failure now.