since clap depends on the 0.3 version of yaml-rust and can't switch to the newer version because of API breakages I just backported #109 to d714aa9490fc0165c0f946a0a4bcc58236026b7c.
But since there's no 0.3.0 maintenance branch, I can't actually create a PR for it.
Could you please do that and then also push a 0.3.10? Thanks!
Hey there,
since
clap
depends on the0.3
version ofyaml-rust
and can't switch to the newer version because of API breakages I just backported #109 to d714aa9490fc0165c0f946a0a4bcc58236026b7c.But since there's no
0.3.0
maintenance branch, I can't actually create a PR for it.Could you please do that and then also push a
0.3.10
? Thanks!Relevant: https://github.com/clap-rs/clap/pull/1439