Skip to content

Commit 60c72bc

Browse files
committed
Bump to v0.1.6
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 607a6a4 commit 60c72bc

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

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

b1display/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "b1display"
4-
version = "0.1.5"
4+
version = "0.1.6"
55

66
[dependencies]
77
cortex-m.workspace = true

c1minimal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "c1minimal"
4-
version = "0.1.5"
4+
version = "0.1.6"
55

66
[dependencies]
77
cortex-m.workspace = true

fl16-inputmodules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "fl16-inputmodules"
4-
version = "0.1.5"
4+
version = "0.1.6"
55

66
[dependencies]
77
crc = "3.0"

inputmodule-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "inputmodule-control"
4-
version = "0.1.5"
4+
version = "0.1.6"
55

66
[dependencies]
77
clap = { version = "4.3", features = ["derive"] }

ledmatrix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "ledmatrix"
4-
version = "0.1.5"
4+
version = "0.1.6"
55

66
[dependencies]
77
cortex-m.workspace = true

0 commit comments

Comments
 (0)