-
Notifications
You must be signed in to change notification settings - Fork 30
Fix compilation on nightly Rust #29
Conversation
Thanks so much for this!! I've been super busy lately unfortunately, but should have time to merge & deploy this and some other fixes in the next couple of days. |
Can someone merge this fix for the nightly please? |
@andybarron could you make a quick release with this now? It is causing breakage in dependent projects. |
For everyone needing this: you can add the following to your
|
So if this speeds up things, I tested it and it works on my Mac. |
This problem exists on the latest beta, Would probably have to be published quite a while before that so people have some time to update their |
@andybarron If you don't have the time to maintain this crate anymore then perhaps you could share co-maintainership with someone else? (I'm sure someone would be interested in helping out.) |
I use app_dirs in sccache and I'd be happy to help out with some light maintenance if you'd like. |
I've forked this crate with the intent of making sure it stays maintained, you can find the fork here: https://crates.io/crates/app_dirs2 I'm working on incorporating this and other fixes now. |
@icefoxen I recommend that you add other owners to your fork on crates.io, so that your crate won't also have bus factor 1. |
For those who experience this problem in other crates, |
@kornelski that's the intention. Any volunteers? |
I volunteer. |
@kornelski You should have access to the repo and crates.io project; if you don't, let me know. |
@icefoxen thank you for fork, but there are some inconveniences:
So, maybe you should create a separate repo (not a fork one)? But I'm still not sure about legal rights / licensing / copyrights... |
@qezz I can add an issue tracker to the fork, but 1) is still a valid point. I've made an entirely separate repo here: https://github.com/app-dirs-rs/app_dirs2 and updated crates.io to point to it. Hopefully that will make life simpler. |
Hi, this will break on stable tomorrow, with the release of Rust 1.25. @andybarron, can you do a release or at least give someone release rights? I'd also be happy to do that, in this case, add @skade to this repository and skade ([email protected]) at crates.io. |
Published 1.2.0. Sincerest apologies for the inactivity. Fork maintainers, feel free to open PRs against this repo if you have incorporated any additional fixes. I will look into adding a co-maintainer :) |
Welcome back to the land of the living, @andybarron! app-dirs-rs/app_dirs2#1 has some thoughts on the topic of co-maintenance if you're interested. |
This patch bumps the version of app_dirs to ^1.2.1 See andybarron/app-dirs-rs#29
Fixes #28