Skip to content

Commit

Permalink
README: Mention 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Oct 21, 2024
1 parent 524fbaa commit 47e9b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 47e9b42

Please sign in to comment.