Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Feb 1, 2024
1 parent 0c76265 commit eb952ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lasercan-firmware/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 lasercan-firmware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "lasercan-firmware"
version = "2024.2.0"
version = "2024.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
grapple-lasercan = { version = "^2024.1.0", path = "../lasercan-impl" }
embedded-hal = "0.2.7"
nb = "1"
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.1"
panic-halt = "0.2.0"
stm32f1xx-hal = { version = "0.10.0", features = ["rt", "stm32f103", "medium"] }
grapple-lasercan = { version = "^2024.1.0", path = "../lasercan-impl" }
bxcan = "0.7.0"
embedded-alloc = "0.5.1"
lasercan-common = { path = "../lasercan-common" }
Expand Down

0 comments on commit eb952ea

Please sign in to comment.