Skip to content

Commit

Permalink
Merge pull request #19 from smart-leds-rs/release_v0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
david-sawatzke authored Jan 14, 2024
2 parents 221deb5 + 4d9a95b commit 7e7ca88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "smart-leds"
version = "0.3.0"
version = "0.4.0"
authors = ["David Sawatzke <david-sawatzke@users.noreply.github.com>",
"Paul Sajna <sajattack@gmail.com>"]
edition = "2018"
edition = "2021"
categories = [
"embedded",
"no-std",
Expand All @@ -16,7 +16,7 @@ readme = "README.md"
repository = "https://github.com/smart-leds-rs/smart-leds"

[dependencies]
smart-leds-trait = "0.2"
smart-leds-trait = "0.3.0"

[features]
serde = ["smart-leds-trait/serde"]

0 comments on commit 7e7ca88

Please sign in to comment.