From c145300c5dac5ef68c3c225b9b0ba04bb2207418 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Oct 2018 23:51:37 +0200 Subject: [PATCH] try crates.io version once more --- Cargo.toml | 4 ++-- examples/embedded_linux_epd4in2/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index deb8a35..38e174b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,9 +29,9 @@ epd4in2_fast_update = [] [dependencies] -# embedded-graphics = "0.4.2" +embedded-graphics = "0.4.2" # embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "master"} -embedded-graphics = {git = "https://github.com/jamwaffles/embedded-graphics", branch = "master"} +# embedded-graphics = {git = "https://github.com/jamwaffles/embedded-graphics", branch = "master"} [dependencies.embedded-hal] features = ["unproven"] diff --git a/examples/embedded_linux_epd4in2/Cargo.toml b/examples/embedded_linux_epd4in2/Cargo.toml index bb36b1a..d27968d 100644 --- a/examples/embedded_linux_epd4in2/Cargo.toml +++ b/examples/embedded_linux_epd4in2/Cargo.toml @@ -11,9 +11,9 @@ eink_waveshare_rs = { path = "../../", default-features = false, features = ["ep linux-embedded-hal = "0.2.0" -# embedded-graphics = "0.4.2" +embedded-graphics = "0.4.2" # embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "master"} -embedded-graphics = {git = "https://github.com/jamwaffles/embedded-graphics", branch = "master"} +# embedded-graphics = {git = "https://github.com/jamwaffles/embedded-graphics", branch = "master"}