From 693f0bdd8f47bac9204d54f122787c0bead5db3a Mon Sep 17 00:00:00 2001 From: Valentin Trophime Date: Tue, 13 Feb 2024 12:24:18 +0100 Subject: [PATCH] fix semantic versionning --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3b4ed2..e7ea484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "ili9341" -version = "0.5.1" +version = "0.6.0" description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display" authors = ["Yuri Iozzelli "] categories = ["embedded", "hardware-support", "no-std"]