From ed9da82daf6129bfb410ee65f3c93b3d1c2c8f01 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 13 Dec 2021 00:34:30 +0100 Subject: [PATCH] dependency update for max device --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 391df2d..c6561ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,7 @@ cortex-m = "0.7.3" cortex-m-rt = "0.7.0" embedded-hal = "0.2.6" dummy-pin = "0.1.1" - -[dependencies.max116xx-10bit] -path = "../max116xx-10bit" +max116xx-10bit = "0.1.0" [dependencies.va108xx-hal] version = "0.4.2"