From 529b58cd748058d015e21fbb62a63e4a927c6ebe Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Oct 2018 23:47:12 +0200 Subject: [PATCH] test if there was really a change or if the upload to crates.io was broken --- Cargo.toml | 2 +- examples/embedded_linux_epd4in2/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ee18ca5..b9e7869 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ epd4in2_fast_update = [] [dependencies] # embedded-graphics = "0.4.2" -embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "test-change"} +embedded-graphics = {git = "https://github.com/caemor/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 19b3912..10e110f 100644 --- a/examples/embedded_linux_epd4in2/Cargo.toml +++ b/examples/embedded_linux_epd4in2/Cargo.toml @@ -12,6 +12,6 @@ eink_waveshare_rs = { path = "../../", default-features = false, features = ["ep linux-embedded-hal = "0.2.0" # embedded-graphics = "0.4.2" -embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "test-change"} +embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "master"} embedded-hal = { version = "0.2.1", features = ["unproven"] }