-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
It looks like @rleungx hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, plesae reply to this thread with Many thanks, Parity Technologies CLA Bot |
[clabot:check] |
It looks like @rleungx signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
Sure. I didn't notice that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @rleungx ! LGTM
Would you be up for automatically generating dependency update PRs like this one (well, without all the work to handle breaking changes)? I built Dependabot to try and help people keep their dependencies up-to-date, and just added Rust support. When I ran it on my fork it generated these PRs. It's totally free for open source, and always will be - I'm just looking for beta testers and advice. |
This PR fixes the compiling error with rustc 1.25.0.
app_dirs2
is a fork ofapp_dirs
and it seems thatapp_dirs
is no longer maintained.See #8267.