Browse Source

Merge pull request #22 from therealprof/patch-1

Fix repository name on crates.io
embedded-hal-1.0 v0.2.0
Chris 7 years ago committed by GitHub
parent
commit
72345b2bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -8,7 +8,7 @@ keywords = ["ePaper", "Display", "epd"]
license = "ISC"
name = "epd-waveshare"
readme = "README.md"
repository = "https://github.com/Caemor/epd_waveshare.git"
repository = "https://github.com/Caemor/epd-waveshare.git"
version = "0.2.0"
[badges]

Loading…
Cancel
Save