We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 221deb5 + 4d9a95b commit 7e7ca88Copy full SHA for 7e7ca88
Cargo.toml
@@ -1,9 +1,9 @@
1
[package]
2
name = "smart-leds"
3
-version = "0.3.0"
+version = "0.4.0"
4
authors = ["David Sawatzke <david-sawatzke@users.noreply.github.com>",
5
"Paul Sajna <sajattack@gmail.com>"]
6
-edition = "2018"
+edition = "2021"
7
categories = [
8
"embedded",
9
"no-std",
@@ -16,7 +16,7 @@ readme = "README.md"
16
repository = "https://github.com/smart-leds-rs/smart-leds"
17
18
[dependencies]
19
-smart-leds-trait = "0.2"
+smart-leds-trait = "0.3.0"
20
21
[features]
22
serde = ["smart-leds-trait/serde"]
0 commit comments