From 182e7b5eca0600915ac67ffdb0f256eb8549be9c Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Thu, 23 May 2019 08:40:59 +0200 Subject: [PATCH] apply nix patch --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3357c6..875dcb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,6 @@ version = "0.18.0" i2cdev = "0.4.1" linux-embedded-hal = "0.2.2" - +# nix version bump, to fix https://github.com/nix-rust/nix/issues/1057#event-2356640839 +[patch.crates-io] +i2cdev = { git = "https://github.com/juliangaal/rust-i2cdev" }