Skip to content

Commit

Permalink
Version: 0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Mar 6, 2023
1 parent ca1b8ac commit f7fac86
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion b1display/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "b1display"
version = "0.1.2-pre"
version = "0.1.3"

[dependencies]
cortex-m = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion c1minimal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "c1minimal"
version = "0.1.2-pre"
version = "0.1.3"

[dependencies]
cortex-m = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion inputmodule-control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "inputmodule-control"
version = "0.1.2-pre"
version = "0.1.3"

[dependencies]
clap = { version = "4.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion ledmatrix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ledmatrix"
version = "0.1.2-pre"
version = "0.1.3"

[dependencies]
cortex-m = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion lotus-inputmodules/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "lotus-inputmodules"
version = "0.1.2-pre"
version = "0.1.3"

[dependencies]
cortex-m = "0.7"
Expand Down

0 comments on commit f7fac86

Please sign in to comment.