chyh1990 / yaml-rust

A pure rust YAML implementation.
Apache License 2.0
611 stars 140 forks source link

Create `0.3.*` branch #126

Open spacekookie opened 5 years ago

spacekookie commented 5 years ago

Hey there,

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!

Relevant: https://github.com/clap-rs/clap/pull/1439

ignatenkobrain commented 5 years ago

@SenseTime-Cloud ping?

CreepySkeleton commented 5 years ago

@dtolnay @chyh1990 ping?

CreepySkeleton commented 4 years ago

cc @dtolnay @chyh1990

dtolnay commented 2 years ago

@dtolnay ping?

I am not involved in this crate, since it is no longer used by serde_yaml.