From 77971169f0cd010e4d144b4e4a64247458894605 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Tue, 8 Feb 2022 18:57:21 +1000 Subject: [PATCH] Version 0.4.0 --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2005414..6d4489b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssd1675" -version = "0.3.0" +version = "0.4.0" authors = ["Wesley Moore "] description = "Driver for the SSD1675 e-Paper display (EPD) controller, for use with embedded-hal" @@ -13,10 +13,6 @@ categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" -[badges] -travis-ci = { repository = "wezm/ssd1675" } -codecov = { repository = "wezm/ssd1675" } - [dependencies] libm = "0.2.2"