Skip to content

Commit

Permalink
chore: bump rmk version to 0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Feb 18, 2024
1 parent 8d17b34 commit 69a8bd0
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions boards/nrf52840/Cargo.lock

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

4 changes: 2 additions & 2 deletions boards/nrf52840/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rmk-nrf52840"
version = "0.1.3"
version = "0.1.4"
authors = ["Haobo Gu <[email protected]>"]
description = "Keyboard firmware written in Rust"
homepage = "https://github.com/haobogu/rmk"
Expand All @@ -10,7 +10,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
rmk = { version = "0.1.3", path = "../../rmk" }
rmk = { version = "0.1.4", path = "../../rmk" }
cortex-m = { version = "0.7.7", features = ['critical-section-single-core'] }
cortex-m-rt = "0.7.3"
embassy-time = { version = "0.3", features = ["tick-hz-32_768", "defmt"] }
Expand Down
4 changes: 2 additions & 2 deletions boards/rp2040/Cargo.lock

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

4 changes: 2 additions & 2 deletions boards/rp2040/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rmk-rp2040"
version = "0.1.3"
version = "0.1.4"
authors = ["Haobo Gu <[email protected]>"]
description = "Keyboard firmware written in Rust"
homepage = "https://github.com/haobogu/rmk"
Expand All @@ -10,7 +10,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
rmk = { version = "0.1.3", path = "../../rmk" }
rmk = { version = "0.1.4", path = "../../rmk" }
embassy-time = { version = "0.3", features = ["defmt"] }
embassy-rp = { version = "0.1", features = [
"defmt",
Expand Down
4 changes: 2 additions & 2 deletions boards/stm32f4/Cargo.lock

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

4 changes: 2 additions & 2 deletions boards/stm32f4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rmk-stm32f4"
version = "0.1.3"
version = "0.1.4"
authors = ["Haobo Gu <[email protected]>"]
description = "Keyboard firmware written in Rust"
homepage = "https://github.com/haobogu/rmk"
Expand All @@ -10,7 +10,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
rmk = { version = "0.1.3", path = "../../rmk" }
rmk = { version = "0.1.4", path = "../../rmk" }
cortex-m = { version = "0.7.7", features = ['critical-section-single-core'] }
cortex-m-rt = "0.7.3"
embassy-time = { version = "0.3", features = ["tick-hz-32_768", "defmt"] }
Expand Down
4 changes: 2 additions & 2 deletions boards/stm32h7/Cargo.lock

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

4 changes: 2 additions & 2 deletions boards/stm32h7/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rmk-stm32h7"
version = "0.1.3"
version = "0.1.4"
authors = ["Haobo Gu <[email protected]>"]
description = "Keyboard firmware written in Rust"
homepage = "https://github.com/haobogu/rmk"
Expand All @@ -10,7 +10,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
rmk = { version = "0.1.3", path = "../../rmk" }
rmk = { version = "0.1.4", path = "../../rmk" }
cortex-m = { version = "0.7.7", features = ['critical-section-single-core'] }
cortex-m-rt = "0.7.3"
embassy-time = { version = "0.3", features = ["tick-hz-32_768", "defmt"] }
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.1.3"
version = "0.1.4"
authors = ["Haobo Gu <[email protected]>"]
description = "Keyboard firmware written in Rust"
homepage = "https://github.com/haobogu/rmk"
Expand Down

0 comments on commit 69a8bd0

Please sign in to comment.