Skip to content

Commit 7e7ca88

Browse files
Merge pull request #19 from smart-leds-rs/release_v0.4.0
Release v0.4.0
2 parents 221deb5 + 4d9a95b commit 7e7ca88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "smart-leds"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["David Sawatzke <david-sawatzke@users.noreply.github.com>",
55
"Paul Sajna <sajattack@gmail.com>"]
6-
edition = "2018"
6+
edition = "2021"
77
categories = [
88
"embedded",
99
"no-std",
@@ -16,7 +16,7 @@ readme = "README.md"
1616
repository = "https://github.com/smart-leds-rs/smart-leds"
1717

1818
[dependencies]
19-
smart-leds-trait = "0.2"
19+
smart-leds-trait = "0.3.0"
2020

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

0 commit comments

Comments
 (0)