From 47e9b42bb2f18379d023aae08a6f99a4828ff377 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Tue, 22 Oct 2024 01:04:18 +0800 Subject: [PATCH] README: Mention 0.4.0 Signed-off-by: Daniel Schaefer --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8f889d..4dbb502 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Driver for [Lumissil Microsystem's IS31FL3741 integrated circuit](https://www.lu To install this driver in your project add the following line to your `Cargo.toml`'s `dependencies` table: ```toml -is31fl3741 = "0.3.0" +is31fl3741 = "0.4.0" ``` By default this version will only contain the core driver. @@ -27,8 +27,8 @@ To use a preconfigured device ([Framework LED Matrix](https://frame.work/tw/en/p you would need to change this line to include that device: ```toml -is31fl3741 = { version = "0.3.0", features = ["framework_ledmatrix"] } -is31fl3741 = { version = "0.3.0", features = ["adafruit_rgb_13x9"] } +is31fl3741 = { version = "0.4.0", features = ["framework_ledmatrix"] } +is31fl3741 = { version = "0.4.0", features = ["adafruit_rgb_13x9"] } ``` ## Graphics