Skip to content

Commit

Permalink
Update versions of hcu, vecraft, and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdewid committed Jan 28, 2024
1 parent 5fd809e commit f3bf6c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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 hcu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hcu"
version = "0.4.9"
version = "0.5.0"
edition = "2021"

[dependencies]
Expand All @@ -9,7 +9,7 @@ systick-monotonic = "1.0"
cortex-m-rtic = { version = "1.1.4" }
stm32h7xx-hal = { version = "0.15.1", features = ["stm32h743v", "rt", "can"] }
fdcan = { version = "0.2.0", features = ["fdcan_h7"] }
vecraft = { version = "0.1.0", path = "../vecraft" }
vecraft = { version = "0.2.0", path = "../vecraft" }

[[bin]]
name = "hcu"
Expand Down
2 changes: 1 addition & 1 deletion m-ecu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ systick-monotonic = "1.0"
cortex-m-rtic = { version = "1.1.4" }
stm32h7xx-hal = { version = "0.15.1", features = ["stm32h743v", "rt", "can"] }
fdcan = { version = "0.2.0", features = ["fdcan_h7"] }
vecraft = { version = "0.1.0", path = "../vecraft" }
vecraft = { version = "0.2.0", path = "../vecraft" }

[[bin]]
name = "m-ecu"
Expand Down
2 changes: 1 addition & 1 deletion v-ecu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ systick-monotonic = "1.0"
cortex-m-rtic = { version = "1.1.4" }
stm32h7xx-hal = { version = "0.15.1", features = ["stm32h743v", "rt", "can", "usb_hs"] }
fdcan = { version = "0.2.0", features = ["fdcan_h7"] }
vecraft = { version = "0.1.0", path = "../vecraft" }
vecraft = { version = "0.2.0", path = "../vecraft" }
usb-device = "0.2.9"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion vecraft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vecraft"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit f3bf6c4

Please sign in to comment.