From 655300d3e9eb58452b9e7f777a78d42fbb4a9c34 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 14 Jun 2020 14:49:02 +0200 Subject: [PATCH] Release 0.3.1 --- lvgl/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lvgl/Cargo.toml b/lvgl/Cargo.toml index 86e998b..a495baa 100644 --- a/lvgl/Cargo.toml +++ b/lvgl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lvgl" description = "LittlevGL bindings for Rust. A powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash)." -version = "0.3.0" +version = "0.3.1" authors = ["Rafael Caricio "] edition = "2018" repository = "https://github.com/rafaelcaricio/lvgl-rs" @@ -12,7 +12,7 @@ keywords = ["littlevgl", "lvgl", "graphical_interfaces"] build = "build.rs" [dependencies] -lvgl-sys = { version = "0.3.0", path = "../lvgl-sys" } +lvgl-sys = { version = "0.3.1", path = "../lvgl-sys" } cty = "0.2.1" embedded-graphics = "0.6.2" cstr_core = { version = "0.2.0", default-features = false, features = ["alloc"] } @@ -22,5 +22,5 @@ bitflags = "1.2.1" quote = "1.0.7" proc-macro2 = "1.0.18" lvgl-codegen = { version = "0.3.0", path = "../lvgl-codegen" } -lvgl-sys = { version = "0.3.0", path = "../lvgl-sys" } +lvgl-sys = { version = "0.3.1", path = "../lvgl-sys" }