Skip to content

Commit

Permalink
deps: update orb-messages to latest (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Jun 3, 2024
1 parent 1ff8892 commit c410e9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ zbus = { version = "4", default-features = false, features = ["tokio"] }

[workspace.dependencies.orb-messages]
git = "https://github.com/worldcoin/orb-messages"
rev = "6a2b74da2f390dd927d5172de4cb72a3928814e6"
rev = "dd255ea4fcab8c0587a3a4892b9d6064c57e1634"

# increase the optimization of third party crates in dev builds.
# [profile.dev.package."*"]
Expand Down
2 changes: 1 addition & 1 deletion mcu-util/src/orb/security_board.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl SecurityBoard {
.send(McuPayload::ToSec(
security_messaging::jetson_to_sec::Payload::SeRequest(
security_messaging::SeRequest {
id: security_messaging::se_request::RequestType::PowerCycle
id: security_messaging::se_request::RequestType::PowerOff
as u32,
data: vec![],
rx_length: 0,
Expand Down

0 comments on commit c410e9f

Please sign in to comment.