Skip to content

Commit

Permalink
update rumcake revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Univa committed Mar 1, 2024
1 parent 6da03d4 commit a7af03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rumcake-basic-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.0"
embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "7703f47" }

rumcake = { git = "https://github.com/Univa/rumcake", rev = "87fbf6c", features = ["usb", "stm32f303cb", "drivers", "vial", "underglow"] }
rumcake = { git = "https://github.com/Univa/rumcake", rev = "48d7997", features = ["usb", "stm32f303cb", "drivers", "vial", "underglow"] }

[build-dependencies]
rust-lzma = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion rumcake-split-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cortex-m = { version = "0.7.6" }
cortex-m-rt = "0.7.0"
embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "7703f47" }

rumcake = { git = "https://github.com/Univa/rumcake", rev = "87fbf6c", features = ["nrf52840", "drivers", "nrf-ble"] }
rumcake = { git = "https://github.com/Univa/rumcake", rev = "48d7997", features = ["nrf52840", "drivers", "nrf-ble"] }

[profile.dev]
debug = 2
Expand Down

0 comments on commit a7af03b

Please sign in to comment.