Ethiraric
Ethiraric
@rustbot claim Forgot about that
I know not whether it is best to re-open this or file another issue. I had a quick glance at the problem you mention. It's in an area of the...
Oh no offense taken don't worry. I was mostly commenting my findings. The thing is that I changed _types_ while `Data { value }` is an expression.
I have tried contacting the author on that matter on the 23rd of January but have not yet received a response. I have also contacted crates.io (out of curiosity) to...
Can you open an issue on yaml-rust2 and provide us with the error message that you encounter when trying `1.`?
> Also, I'm not sure what to do about the minimum supported rust version test. If you were using `yaml-rust`, you can disable the default features of `yaml-rust2` to lower...
Hi! If you still want to transition to `yaml-rust2`, is there anything I can help you with?
I'll let the bot re-open another issue if it likes to do so. If however it does before there's a new dependency to update, I'll disable this. I clicked something...
Hi! I'm sorry that `yaml-rust2` proves to not be an option for your YAML parsing needs. I had not taken into account the MSRV when updating the library. What would...
With the following changes, I can get MSRV down to 1.65.0: * Move debug stuff behind a feature flag (removes the need for the `std::sync::OnceLock`) * Remove `PartialEq, Eq` from...