Skip to content
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

Fix inotify dependency #185

Merged
merged 2 commits into from
Feb 1, 2019
Merged

Fix inotify dependency #185

merged 2 commits into from
Feb 1, 2019

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Feb 1, 2019

Since my PR against inotify (hannobraun/inotify-rs#124) has merged, we can
go back to depending on the upstream version. Also, this updates the SHA
we depend on to one that actually exists, which should fix the build.

I've also removed the inotify dependency from the main proxy crate's
Cargo.toml. This dependency is not actually used, as the fs-watch lib
crate fully encapsulates the dependency. I think that this was overlooked
when factoring out fs-watch into its own crate.

It seems better to not specify the same dependency in multiple places,
especially since we're not using one of them.

Signed-off-by: Eliza Weisman eliza@buoyant.io

Since my PR against inotify (hannobraun/inotify-rs#124) has merged, we can
go back to depending on the upstream version. Also, this updates the SHA
we depend on to one that actually exists.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
AFAICT the main proxy crate's inotify dependency is not actually used,
as the `fs-watch` lib crate fully encapsulates the dependency. I think
that this was overlooked when factoring out `fs-watch` into its own
crate.

It seems better to not specify the same dependency in multiple places,
especially since we're not using one of them...

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
@hawkw hawkw self-assigned this Feb 1, 2019
@hawkw hawkw requested a review from olix0r February 1, 2019 18:57
@hawkw hawkw merged commit ccf13a2 into master Feb 1, 2019
@olix0r olix0r deleted the eliza/fix-inotify-dep branch August 17, 2019 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants