From c4083ea87de0d88dede8cbea01a21563a3e925e8 Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Wed, 29 May 2019 16:14:20 +0200 Subject: [PATCH] remove i2cdev patch - fixed in i2cdev 4.1.2 with nix 0.14 --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 875dcb0..d8c9086 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,9 +19,5 @@ default-features = false version = "0.18.0" [dev-dependencies] -i2cdev = "0.4.1" +i2cdev = "0.4.2" 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" }