Skip to content

Commit 1d1dd06

Browse files
committed
0.1.0-alpha4
1 parent 2f7199d commit 1d1dd06

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ resolver = "2"
1010

1111
[workspace.package]
1212
authors = ["Morgan Roff"]
13-
version = "0.1.0-alpha"
13+
version = "0.1.0-alpha4"
1414
edition = "2021"
15+
license = "MIT OR Apache-2.0"
1516

1617
[profile.release]
1718
debug = 2

epd-waveshare-async/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "epd-waveshare-async"
3-
authors = ["Morgan Roff"]
4-
version = "0.1.0-alpha3"
5-
edition = "2021"
63
description = "Async drivers for Waveshare's e-paper displays."
7-
license = "MIT OR Apache-2.0"
4+
authors.workspace = true
5+
version.workspace = true
6+
edition.workspace = true
7+
license.workspace = true
88

99
[dependencies]
1010
defmt = { workspace = true, optional = true }

samples/rp/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "rp-samples"
33
description = "Samples for the Raspberry Pi RP2040 using Waveshare e-paper displays."
4-
authors = ["Morgan Roff"]
5-
version = "0.1.0"
6-
edition = "2021"
7-
license = "MIT OR Apache-2.0"
4+
authors.workspace = true
5+
version.workspace = true
6+
edition.workspace = true
7+
license.workspace = true
88

99
[dependencies]
1010
embassy-embedded-hal = { version = "0.3.0", features = ["defmt"] }

0 commit comments

Comments
 (0)