From 1fe2d1229b669e4e2953746c3551449d3af0ac21 Mon Sep 17 00:00:00 2001 From: Ceri Storey Date: Thu, 3 Dec 2015 17:27:53 +0000 Subject: [PATCH] Update for musl. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0383fd44..5c11f7fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,9 @@ walker = "^1.0.0" [target.x86_64-unknown-linux-gnu.dependencies.inotify] version = "^0.1" +[target.x86_64-unknown-linux-musl.dependencies.inotify] +version = "^0.1" + [target.x86_64-apple-darwin.dependencies.fsevent] version = "^0.2.11"