rust-cli/confy

Yaml does not work

Closed this issue · 8 comments

What version is the dependency for?

Looks like 0.4.0 (latest crates.io) is a bit out of date. Probably needs an update pushed to crates.io

@ShayBox - this worked for me:

[dependencies.confy]
version = "0.4.0"
features = ["yaml_conf"]
default-features = false

[patch.crates-io]
confy = { git = 'https://github.com/rust-cli/confy' }

is there any intention to fix this any time soon?

I think it's fixed, but confy needs a version bump to 0.5 and crates.io release.

I see 0.5.0 mentioned in the README, but it appears that 0.5.0 hasn't been released yet. Is there a timeline on when it might get published?

Is this project still alive ?

closing, please reopen if this is still broken.