test if there was really a change or if the upload to crates.io was broken
parent
e1b76c73a3
commit
529b58cd74
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue