Browse Source

Fix repository name

embedded-hal-1.0
Daniel Egger 7 years ago committed by GitHub
parent
commit
a4cb4b5646
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" license = "ISC"
name = "epd-waveshare" name = "epd-waveshare"
readme = "README.md" readme = "README.md"
repository = "https://github.com/Caemor/epd_waveshare.git" repository = "https://github.com/Caemor/epd-waveshare.git"
version = "0.2.0" version = "0.2.0"
[badges] [badges]

Loading…
Cancel
Save