Skip to content

Commit

Permalink
Bump to v0.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Nov 8, 2023
1 parent 65f30d5 commit 4192a28
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 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.7"
version = "0.1.8"

[dependencies]
cortex-m.workspace = true
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.7"
version = "0.1.8"

[dependencies]
cortex-m.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion fl16-inputmodules/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "fl16-inputmodules"
version = "0.1.7"
version = "0.1.8"

[dependencies]
crc = "3.0"
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.7"
version = "0.1.8"

[dependencies]
clap = { version = "4.3", 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.7"
version = "0.1.8"

[features]
10k = []
Expand Down
2 changes: 1 addition & 1 deletion qtpy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "qtpy"
version = "0.1.7"
version = "0.1.8"

[dependencies]
cortex-m.workspace = true
Expand Down

0 comments on commit 4192a28

Please sign in to comment.