Skip to content

Commit

Permalink
chore: release 0.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <[email protected]>
  • Loading branch information
HaoboGu committed Nov 30, 2023
1 parent 65cbf44 commit 3a861c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 boards/rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
forced-target = "thumbv6m-none-eabi"

[dependencies]
rmk = { version = "0.0.5", path = "../../rmk", features = [
rmk = { version = "0.0.6", path = "../../rmk", features = [
"eeprom",
"col2row",
] }
Expand Down
2 changes: 1 addition & 1 deletion boards/stm32h7/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
forced-target = "thumbv7em-none-eabihf"

[dependencies]
rmk = { version = "0.0.5", path = "../../rmk", features = [
rmk = { version = "0.0.6", path = "../../rmk", features = [
"eeprom",
"col2row",
] }
Expand Down
2 changes: 1 addition & 1 deletion rmk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rmk"
version = "0.0.5"
version = "0.0.6"
authors = ["Haobo Gu <[email protected]>"]
description = "Keyboard firmware written in Rust"
homepage = "https://github.com/haobogu/rmk"
Expand Down

0 comments on commit 3a861c1

Please sign in to comment.