-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintainers #192
Comments
Duplicate of #160. |
I've been using my fork in projects that I actively maintain: https://github.com/davvid/yaml-rust I'm more than happy to take patches there since it is something that I need to rely on for the long haul. |
@davvid I've been meaning to get some time to look at fixing an issue in your fork with block scalars. Unfortunately you have issues turned off, so I can't file the issue while I try to get the time to work on it. |
@hcldan I must've disabled them a few years ago and forgot about it. I've now re-enabled them https://github.com/davvid/yaml-rust/issues. Thanks for the heads-up. |
My (previously) maintained fork (yaml-rust-davvid` @ crates.io) has merged efforts with @Ethiraric's fork as of Ethiraric#2.
Upgrading from yaml-rustUse this [dependencies]
yaml-rust = { version = "0.6", package = "yaml-rust2" } This allows you to switch to |
I have a direct dependency on I want to replace the transient dependency on I have tried the following 3 things but they all fail to replace
Am I doing something wrong? |
Can you open an issue on yaml-rust2 and provide us with the error message that you encounter when trying |
After adding Created an issue in yaml-rust2 with more details. |
@chyh1990 Would you like to invite other maintainers to help here or relinquish your cargo publishing area to a developer who would like to step up and maintain the package in their fork?
The text was updated successfully, but these errors were encountered: