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"] }