Skip to content

Commit

Permalink
Update dependencies in Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdewid committed Feb 27, 2024
1 parent b93eafe commit fb25e65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 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 vecraft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ 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"] }
j1939 = { git = "https://github.com/Laixer/J1939", features = ["can"] }
j1939 = { version = "0.1", features = ["can"] }
usb-device = "0.2.9"

0 comments on commit fb25e65

Please sign in to comment.